|
|
|
|
|
| Documentation |
|
|
| Constructors | | ReaderStream | | | readerClose :: IO () | | | readerGet :: IO ([a], Int) | | | readerGetUncut :: IO [a] | |
|
|
|
|
|
| Constructors | | WriterStream | | | writerClose :: IO () | | | writerAdd :: a -> IO () -> IO () | | | writerAtomicReplace :: a -> IO () | | | writerCut :: IO Int | |
|
|
|
|
|
| Constructors | | NullSaver | A saver that discards all output
| | FileSaver String | A saver that operates on files. The parameter is the prefix for the files.
Creates the prefix directory.
| | Queue Saver | Enable queueing.
| | Memory (MVar Store) | |
|
|
|
|
|
|
|
| Produced by Haddock version 2.1.0 |