ghc-lib-parser-9.8.2.20240223: The GHC API, decoupled from GHC versions
Safe HaskellNone
LanguageHaskell2010

GHC.Utils.Binary.Typeable

Description

Orphan Binary instances for Data.Typeable stuff

Documentation

Orphan instances

Binary SomeTypeRep # 
Instance details

Binary Serialized # 
Instance details

Binary KindRep # 
Instance details

Binary TyCon # 
Instance details

Methods

put_ :: BinHandle -> TyCon -> IO () #

put :: BinHandle -> TyCon -> IO (Bin TyCon) #

get :: BinHandle -> IO TyCon #

Binary TypeLitSort # 
Instance details

Binary RuntimeRep # 
Instance details

Binary VecCount # 
Instance details

Binary VecElem # 
Instance details

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

Methods

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

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

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