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