Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Monadic Iteratees: incremental input parsers, processors and transformers
Support for IO enumerators
- class Storable el => ReadableChunk s el | s -> el where
Documentation
class Storable el => ReadableChunk s el | s -> el where Source #
Class of streams which can be filled from a Ptr
. Typically these
are streams which can be read from a file, Handle
, or similar resource.