Idris-dev/test/reg002
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
..
expected Added regression test for missing cases bug 2012-10-22 16:31:02 +01:00
reg012.idr Address semantic differences in putting things to STDOUT. 2015-03-06 17:26:33 +00:00
run Move Fin, Vect and So from prelude to base 2014-12-31 20:18:02 +00:00