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