>>> writeFile "hello" "world" >> readFile "hello" "world"
>>> writeFile "~/" "D:" *** Exception: ~/: withFile: inappropriate type (Is a directory)
>>> S.writeFile "lines.txt" $ S.take 2 S.stdinLn hello<Enter> world<Enter>
>>> S.readFile "lines.txt" S.stdoutLn hello world