Idris2/tests/idris2/import002/expected
Giuseppe Lomurno 5e9837828a Implementations and errors
- 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
2020-08-18 19:25:36 +01:00

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!