ghc-9.6.1: The GHC API
Safe HaskellSafe-Inferred
LanguageHaskell2010

GHC.Utils.Binary.Typeable

Description

Orphan Binary instances for Data.Typeable stuff

Documentation

Orphan instances

Binary SomeTypeRep Source # 
Instance details

Binary Serialized Source # 
Instance details

Binary KindRep Source # 
Instance details

Binary TyCon Source # 
Instance details

Binary TypeLitSort Source # 
Instance details

Binary RuntimeRep Source # 
Instance details

Binary VecCount Source # 
Instance details

Binary VecElem Source # 
Instance details

Typeable a => Binary (TypeRep a) Source # 
Instance details

Methods

put_ :: BinHandle -> TypeRep a -> IO () Source #

put :: BinHandle -> TypeRep a -> IO (Bin (TypeRep a)) Source #

get :: BinHandle -> IO (TypeRep a) Source #