Idris2/tests/idris2/reg013/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

30 lines
760 B
Plaintext

1/1: Building UnboundImplicits (UnboundImplicits.idr)
Error: While processing constructor Foo. Undefined name n.
UnboundImplicits.idr:6:22--6:23
|
6 | record Foo (x : Vect n Nat) where
| ^
Error: Undefined name n.
UnboundImplicits.idr:9:24--9:25
|
9 | parameters (Foo : Vect n Nat)
| ^
Error: While processing constructor Foo. Undefined name n.
UnboundImplicits.idr:14:25--14:26
|
14 | interface Foo (a : Vect n Nat) where
| ^
Error: While processing type of Functor implementation at UnboundImplicits.idr:17:1--18:1. Undefined name n.
UnboundImplicits.idr:17:30--17:31
|
17 | implementation Functor (Vect n) where
| ^