|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| Constructors | | ReaderStream | | | readerClose :: IO () | | | readerGet :: IO ([a], Int) | | | readerGetUncut :: IO [a] | |
|
|
|
|
|
|
|
|
|
|
| Constructors | | NullSaver | A saver that discards all output
| | FileSaver String | A saver that operates on files. The parameter is the prefix for the files.
| | Queue Saver | Enable queueing.
| | Memory (MVar Store) | |
|
|
|
|
| Dispatches over the Saver type provided to return a ReaderStream for the inferred
type.
|
|
|
| Dispatches over the Saver type provided to return a WriterStream for the
inferred type.
|
|
|
|
|
|
| Produced by Haddock version 2.4.2 |