mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-18 16:51:51 +03:00
5e9837828a
- Added initial implementations for terms and values - Error messages converted to pretty printer - Colorization for error messages - Color and console width option both as command line and repl command
18 lines
417 B
Plaintext
18 lines
417 B
Plaintext
1/1: Building Erase (Erase.idr)
|
|
Error: While processing left hand side of bad. Can't match on False (Erased argument).
|
|
|
|
Erase.idr:5:5--5:10
|
|
|
|
|
5 | bad False = True
|
|
| ^^^^^
|
|
|
|
Error: While processing left hand side of minusBad. Can't match on LeZ (Erased argument).
|
|
|
|
Erase.idr:19:18--19:21
|
|
|
|
|
19 | minusBad (S k) Z LeZ = S k
|
|
| ^^^
|
|
|
|
Main> \m => minus (S (S m)) m prf
|
|
Main> Bye for now!
|