Safe Haskell | Safe |
---|---|
Language | Haskell98 |
- module Data.Binary
- module Data.Binary.Get
- module Data.Binary.Put
- module UHC.Util.Control.Monad
- module Data.Typeable
- hGetBinary :: Binary a => Handle -> IO a
- getBinaryFile :: Binary a => FilePath -> IO a
- getBinaryFPath :: Binary a => FPath -> IO a
- hPutBinary :: Binary a => Handle -> a -> IO ()
- putBinaryFile :: Binary a => FilePath -> a -> IO ()
- putBinaryFPath :: Binary a => FPath -> a -> IO ()
- putEnum :: Enum x => x -> Put
- getEnum :: Enum x => Get x
- putEnum8 :: Enum x => x -> Put
- getEnum8 :: Enum x => Get x
Documentation
module Data.Binary
module Data.Binary.Get
module Data.Binary.Put
module UHC.Util.Control.Monad
module Data.Typeable