initial checkin from subversion

This commit is contained in:
Tretter
2017-02-07 20:06:59 +00:00
commit 7ae0afbc4b
7 changed files with 59 additions and 0 deletions

11
rettest1.hs Normal file
View File

@@ -0,0 +1,11 @@
main =
do x <- getX
putStrLn x
getX =
do return "hello"
return "aren't"
return "these"
return "returns"
return "rather"
return "pointless?"