Idris2/tests/idris2/basic033/expected

12 lines
395 B
Plaintext
Raw Normal View History

1/1: Building unboundimps (unboundimps.idr)
2020-07-22 22:16:43 +03:00
unboundimps.idr:18:11--18:13:While processing type
of len' at unboundimps.idr:18:1--18:20:
2020-06-11 23:46:36 +03:00
Undefined name xs at:
2020-07-22 22:16:43 +03:00
18 | len': Env xs -> Nat
^^
unboundimps.idr:19:16--19:17:While processing type
of append' at unboundimps.idr:19:1--19:49:
2020-06-11 23:46:36 +03:00
Undefined name n at:
2020-07-22 22:16:43 +03:00
19 | append' : Vect n a -> Vect m a -> Vect (n + m) a
^