Idris2/tests/idris2/basic022/expected

14 lines
425 B
Plaintext
Raw Normal View History

1/1: Building Erase (Erase.idr)
2020-06-13 17:51:05 +03:00
Erase.idr:5:5--5:10:While processing left hand side of bad at Erase.idr:5:1--6:1:
2020-06-11 23:46:36 +03:00
Can't match on False (Erased argument) at
5 bad False = True
2020-06-13 17:51:05 +03:00
^^^^^
2020-06-11 23:46:36 +03:00
2020-06-13 17:51:05 +03:00
Erase.idr:19:18--19:21:While processing left hand side of minusBad at Erase.idr:19:1--20:1:
2020-06-11 23:46:36 +03:00
Can't match on LeZ (Erased argument) at
19 minusBad (S k) Z LeZ = S k
2020-06-13 17:51:05 +03:00
^^^
2020-06-11 23:46:36 +03:00
Main> \m => minus (S (S m)) m prf
Main> Bye for now!