Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Data.Accessor.BinaryRead
Description
Reading records from streams
This is still only for demonstration and might be of not much use and you should not rely on the interface.
Documentation
Minimal complete definition
Methods
any :: ByteSource source => source a Source #
Instances
C Char Source # | |
Defined in Data.Accessor.BinaryRead Methods any :: ByteSource source => source Char Source # | |
C Int Source # | |
Defined in Data.Accessor.BinaryRead Methods any :: ByteSource source => source Int Source # | |
C Word8 Source # | |
Defined in Data.Accessor.BinaryRead Methods any :: ByteSource source => source Word8 Source # |
class Monad source => ByteSource source where Source #
Minimal complete definition
Instances
(ByteStream s, Monad m) => ByteSource (StateT s m) Source # | |
class ByteStream s where Source #
Minimal complete definition
Instances
ByteCompatible byte => ByteStream [byte] Source # | |
class ByteCompatible byte where Source #
Minimal complete definition
Instances
ByteCompatible Word8 Source # | |