29 lines
230 B
Markdown
29 lines
230 B
Markdown
Files
|
|
=====
|
|
|
|
Basic IO
|
|
--------
|
|
|
|
* readFile
|
|
* writeFile
|
|
* appendFile
|
|
* openFile
|
|
* withFile
|
|
|
|
Console
|
|
-------
|
|
|
|
* getLine
|
|
* getContents
|
|
* interact
|
|
|
|
File Handles
|
|
------------
|
|
|
|
* stdin
|
|
* stdout
|
|
* stderr
|
|
* Handle
|
|
* FilePath
|
|
* IOMode(..)
|