Safe Haskell | Safe |
---|---|
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
class Monad source => ByteSource source where Source
(ByteStream s, Monad m) => ByteSource (StateT s m) Source |
class ByteStream s where Source
ByteCompatible byte => ByteStream [byte] Source |