Safe Haskell | None |
---|---|
Language | Haskell98 |
Data.IOData
- class IOData a where
Documentation
Data which can be read to and from files and handles.
Note that, for lazy sequences, these operations may perform lazy I/O.
Minimal complete definition
readFile, writeFile, getLine, hGetContents, hGetLine, hPut, hPutStrLn, hGetChunk