Idris2/tests/idris2/basic033/expected
Giuseppe Lomurno 778d930f95 Updated tests
2020-06-13 16:51:05 +02:00

12 lines
381 B
Plaintext

1/1: Building unboundimps (unboundimps.idr)
unboundimps.idr:18:11--18:13:While processing type of len' at unboundimps.idr:18:1--18:20:
Undefined name xs at:
18 len': Env xs -> Nat
^^
unboundimps.idr:19:16--19:17:While processing type of append' at unboundimps.idr:19:1--19:49:
Undefined name n at:
19 append' : Vect n a -> Vect m a -> Vect (n + m) a
^