bits and files

This commit is contained in:
Stephen Diehl
2016-12-10 13:28:32 +00:00
parent b32c80d0bb
commit 8995aa71f3
6 changed files with 228 additions and 5 deletions
+28
View File
@@ -0,0 +1,28 @@
Files
=====
Basic IO
--------
* readFile
* writeFile
* appendFile
* openFile
* withFile
Console
-------
* getLine
* getContents
* interact
File Handles
------------
* stdin
* stdout
* stderr
* Handle
* FilePath
* IOMode(..)