mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 10:51:35 +03:00
f2dff5cae4
The solved holes may not outlive the error, so normalise before throwing so that they can be displayed properly.
10 lines
274 B
Plaintext
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!
|