Commit Graph

3 Commits

Author SHA1 Message Date
Jan de Muijnck-Hughes
5ea6aa0520 Address semantic differences in putting things to STDOUT.
The changes are as follows:

+ `print` is for putting showable things to STDOUT.
+ `printLn` is for putting showable things to STDOUT with a new line
+ `putCharLn` for putting a single character to STDOUT, with a new line.

Effects has been updated accordingly.
2015-03-06 17:26:33 +00:00
David Raymond Christiansen
48fd8429d9 Better test for @-_-desugaring 2015-01-10 17:58:59 -08:00
David Raymond Christiansen
0b23ef2a19 Replace _ patterns with fresh variables under @-patterns
Also, add test.

Fixes #1806.
2015-01-10 17:13:00 -08:00