Idris2-boot/tests/idris2/basic001/expected

10 lines
274 B
Plaintext
Raw Normal View History

2019-06-11 13:54:47 +03:00
1/1: Building Vect (Vect.idr)
2019-06-24 17:16:49 +03:00
Welcome to Idris 2 version 0.0. Enjoy yourself!
2019-06-11 13:54:47 +03:00
Main> Main> Cons (S Z) (Cons (S (S Z)) []) : Vect (S (S Z)) Nat
2019-06-13 15:23:21 +03:00
Main> (interactive):1:28--1:51:When unifying Vect (S (S Z)) Nat and Vect (S Z) Nat
2019-06-11 13:54:47 +03:00
Mismatch between:
S Z
2019-06-13 15:23:21 +03:00
and
Z
2019-06-11 13:54:47 +03:00
Main> Bye for now!