Idris2-boot/tests/idris2/basic001/expected
Edwin Brady f2dff5cae4 Normalise holes in error messages
The solved holes may not outlive the error, so normalise before throwing
so that they can be displayed properly.
2019-06-30 17:23:19 +01:00

10 lines
274 B
Plaintext

1/1: Building Vect (Vect.idr)
Welcome to Idris 2 version 0.0. Enjoy yourself!
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!