Commit Graph

8 Commits

Author SHA1 Message Date
Edwin Brady
74fd10acf4 Fix 'impossible' check
It should never reject recoverable unification errors as impossible.
This fixes the eta is inconsistent "proof".
2015-05-09 19:15:49 +01:00
Andreas Reuleaux
694bdf64d8 adjust test totality006 with --consolewidth for use with -f curses 2015-03-19 18:12:12 +00:00
David Raymond Christiansen
54451e4626 Test case that was accidentally accepted before 2015-02-11 17:50:01 +01:00
Edwin Brady
43127b17a7 Move Fin, Vect and So from prelude to base
They can be imported from the modules Data.Fin, Data.Vect, and Data.So
respectively.

The general thinking here is that not every program is going to need
these, and they are often used especially by newcomers in place of
something more appropriate. Also, all of them are useful for teaching,
which means it is instructive for tutorials to introduce them and have
people implement them themselves.
2014-12-31 20:18:02 +00:00
Ahmad Salim Al-Sibahi
3867dba4ec Really replaced lteZero with LTEZero 2014-09-26 18:38:51 +02:00
Ahmad Salim Al-Sibahi
562da7b7e6 Renamed 'lteSucc' and 'lteZero' in tests to 'LTESucc' and 'LTEZero' 2014-09-26 18:09:52 +02:00
Ahmad Salim Al-Sibahi
17bab906e5 Fixed some accidentally wrong renamings.
Also, adapted some tests to the new names
2014-09-26 13:44:43 +02:00
Edwin Brady
9abed6a7e5 Tweak notion of recoverability in coverage checker
Fixes #970
2014-04-20 21:51:34 +01:00