mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-16 07:34:45 +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
336 B
Plaintext
18 lines
336 B
Plaintext
1/3: Building Nat (Nat.idr)
|
|
2/3: Building Mult (Mult.idr)
|
|
3/3: Building Test (Test.idr)
|
|
Error: While processing type of thing. Undefined name Nat.
|
|
|
|
Test.idr:5:9--5:12
|
|
|
|
|
5 | thing : Nat -> Nat
|
|
| ^^^
|
|
|
|
Error: No type declaration for Test.thing.
|
|
|
|
Test.idr:6:1--8:1
|
|
6 | thing x = mult x (plus x x)
|
|
7 |
|
|
|
|
Test> Bye for now!
|