Idris2-boot/tests/idris2/basic001/expected
2019-09-24 20:26:25 +06:00

9 lines
226 B
Plaintext

1/1: Building Vect (Vect.idr)
Main> Main> Cons (S Z) (Cons (S (S Z)) []) : Vect (S (S Z)) Nat
Main> (interactive):1:28--1:51:When unifying Vect (S (S Z)) Nat and Vect (S Z) Nat
Mismatch between:
S Z
and
Z
Main> Bye for now!