Idris2-boot/tests/idris2/basic001/expected

10 lines
277 B
Plaintext
Raw Normal View History

2019-06-11 13:54:47 +03:00
1/1: Building Vect (Vect.idr)
Welcome to Idris 2 version 0.0. Please be gentle.
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:
2019-06-11 15:52:49 +03:00
S ?k
2019-06-13 15:23:21 +03:00
and
Z
2019-06-11 13:54:47 +03:00
Main> Bye for now!