Commit Graph

6 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
Ahmad Salim Al-Sibahi
f0ed9e992f First renaming attempt 2014-09-26 07:34:28 +02:00
George Leontiev
3c32b65e24 Whitespace cleanup. 2013-11-01 14:33:45 +01:00
raichoo
2311d55013 rename O into Z 2013-07-26 21:05:47 +02:00
Frederic Koehler
4a15c64812 Fix samples to use Type instead of Set 2013-01-29 01:47:02 -05:00
Edwin Brady
b74161ffb8 Minor parser fixes; added binary sample 2012-10-02 00:29:02 +01:00