YhcSource codeContentsIndex
Yhc.Core.Internal.Binary
Documentation
class Binary a where
Methods
put_ :: Handle -> a -> IO ()
get :: Handle -> IO a
show/hide Instances
writeBinary :: Binary a => FilePath -> a -> IO ()
readBinary :: Binary a => FilePath -> IO a
putByte :: Handle -> Int -> IO ()
getByte :: Handle -> IO Int
showPut :: Show a => Handle -> a -> IO ()
showGet :: Read a => Handle -> IO a
Produced by Haddock version 0.8