mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-17 08:11:45 +03:00
21 lines
790 B
Plaintext
21 lines
790 B
Plaintext
1/1: Building UnboundImplicits (UnboundImplicits.idr)
|
|
UnboundImplicits.idr:6:22--6:24:While processing constructor Foo at UnboundImplicits.idr:6:1--9:1:
|
|
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:
|
|
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:
|
|
Undefined name n at:
|
|
17 implementation Functor (Vect n) where
|
|
^
|
|
|