Idris-dev/test/dsl002
David Raymond Christiansen 90127b39c4 High-level if ... then ... else ... expression
Now, conditionals are implemented by the compiler rather than a
library. This gives better error messages and more readable output, at
the cost of more Haskell and less Idris.

Also, boolElim is renamed to ifThenElse for consistency with other
languages that support overloading of conditional expressions (GHC
Haskell and scala-virtualized) and to reflect that things other than
Booleans will be eliminated by overloadings.
2015-05-06 15:44:02 +02:00
..
expected Update tests to reflect the change of idris_readStr 2015-04-14 15:11:03 +08:00
Resimp.idr Named lambda,let,pi in dsl block 2015-03-01 22:34:17 -06:00
run Fix filename case in test run scripts 2014-02-08 10:54:51 +01:00
test Categorise tests 2014-01-30 17:24:08 +00:00
test014.idr High-level if ... then ... else ... expression 2015-05-06 15:44:02 +02:00