Idris-dev/samples
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
..
binary.idr Address semantic differences in putting things to STDOUT. 2015-03-06 17:26:33 +00:00
interp-alt.idr Address semantic differences in putting things to STDOUT. 2015-03-06 17:26:33 +00:00
interp.idr Address semantic differences in putting things to STDOUT. 2015-03-06 17:26:33 +00:00
javaffi.idr Address semantic differences in putting things to STDOUT. 2015-03-06 17:26:33 +00:00
Makefile remove /examples/ folder, move Makefile to /samples/ 2014-12-13 23:50:03 +04:00
named_instance.lidr Whitespace cleanup. 2013-11-01 14:33:45 +01:00
reflection.idr Renaming of built-in datatypes works finally 2014-09-26 07:34:29 +02:00