2020-05-19 20:25:18 +03:00
1/1: Building UnboundImplicits (UnboundImplicits.idr)
2020-06-13 17:51:05 +03:00
UnboundImplicits.idr:6:22--6:23: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
2020-06-13 17:51:05 +03:00
^
2020-06-11 23:46:36 +03:00
2020-06-13 17:51:05 +03:00
UnboundImplicits.idr:9:24--9:25:Undefined name n at:
2020-06-11 23:46:36 +03:00
9 parameters (Foo : Vect n Nat)
2020-06-13 17:51:05 +03:00
^
2020-06-11 23:46:36 +03:00
2020-06-13 17:51:05 +03:00
UnboundImplicits.idr:14:25--14:26:While processing constructor Foo at UnboundImplicits.idr:14:1--15:12:
2020-06-11 23:46:36 +03:00
Undefined name n at:
14 interface Foo (a : Vect n Nat) where
2020-06-13 17:51:05 +03:00
^
2020-06-11 23:46:36 +03:00
2020-05-19 20:25:18 +03:00
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
^