initial checkin from subversion
This commit is contained in:
11
rettest1.hs
Normal file
11
rettest1.hs
Normal 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?"
|
||||
Reference in New Issue
Block a user