Safe Haskell | Ignore |
---|---|
Language | GHC2021 |
GHC.Utils.Binary.Typeable
Contents
Description
Orphan Binary instances for Data.Typeable stuff
Documentation
getSomeTypeRep :: BinHandle -> IO SomeTypeRep #
Orphan instances
Binary SomeTypeRep # | |
Methods put_ :: BinHandle -> SomeTypeRep -> IO () # put :: BinHandle -> SomeTypeRep -> IO (Bin SomeTypeRep) # get :: BinHandle -> IO SomeTypeRep # | |
Binary Serialized # | |
Methods put_ :: BinHandle -> Serialized -> IO () # put :: BinHandle -> Serialized -> IO (Bin Serialized) # get :: BinHandle -> IO Serialized # | |
Binary KindRep # | |
Binary TyCon # | |
Binary TypeLitSort # | |
Methods put_ :: BinHandle -> TypeLitSort -> IO () # put :: BinHandle -> TypeLitSort -> IO (Bin TypeLitSort) # get :: BinHandle -> IO TypeLitSort # | |
Binary RuntimeRep # | |
Methods put_ :: BinHandle -> RuntimeRep -> IO () # put :: BinHandle -> RuntimeRep -> IO (Bin RuntimeRep) # get :: BinHandle -> IO RuntimeRep # | |
Binary VecCount # | |
Binary VecElem # | |
Typeable a => Binary (TypeRep a) # | |