Idris2/tests/idris2/basic033/expected

12 lines
381 B
Plaintext
Raw Normal View History

1/1: Building unboundimps (unboundimps.idr)
2020-06-13 17:51:05 +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:
18 len': Env xs -> 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
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:
19 append' : Vect n a -> Vect m a -> Vect (n + m) a
2020-06-13 17:51:05 +03:00
^
2020-06-11 23:46:36 +03:00