Idris2/tests/idris2/reg013/expected

21 lines
790 B
Plaintext
Raw Normal View History

1/1: Building UnboundImplicits (UnboundImplicits.idr)
UnboundImplicits.idr:6:22--6:24:While processing constructor Foo at UnboundImplicits.idr:6:1--9:1:
2020-06-11 23:46:36 +03:00
Undefined name n at:
6 record Foo (x : Vect n Nat) where
^^
UnboundImplicits.idr:9:24--9:26:Undefined name n at:
9 parameters (Foo : Vect n Nat)
^^
UnboundImplicits.idr:14:25--14:27:While processing constructor Foo at UnboundImplicits.idr:14:1--17:1:
2020-06-11 23:46:36 +03:00
Undefined name n at:
14 interface Foo (a : Vect n Nat) where
^^
UnboundImplicits.idr:17:30--17:31:While processing type of Functor implementation at UnboundImplicits.idr:17:1--18:1 at UnboundImplicits.idr:17:1--18:1:
2020-06-11 23:46:36 +03:00
Undefined name n at:
17 implementation Functor (Vect n) where
^