Idris2-boot/tests/idris2/basic001/expected
2019-06-13 13:23:21 +01:00

10 lines
276 B
Plaintext

1/1: Building Vect (Vect.idr)
Welcome to Idris 2 version 0.0. Fingers crossed!
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 ?k
and
Z
Main> Bye for now!