Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell98 |
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
any :: ByteSource source => source a Source #
Instances
C Word8 Source # | |
Defined in Data.Accessor.BinaryRead any :: ByteSource source => source Word8 Source # | |
C Char Source # | |
Defined in Data.Accessor.BinaryRead any :: ByteSource source => source Char Source # | |
C Int Source # | |
Defined in Data.Accessor.BinaryRead any :: ByteSource source => source Int Source # |
class Monad source => ByteSource source where Source #
Instances
(ByteStream s, MonadFail m) => ByteSource (StateT s m) Source # | |
class ByteStream s where Source #
Instances
ByteCompatible byte => ByteStream [byte] Source # | |
class ByteCompatible byte where Source #