Safe Haskell | None |
---|---|
Language | Haskell98 |
Data.IOData
- class IsSequence a => IOData a where
Documentation
class IsSequence a => IOData a where #
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