mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-12-19 10:51:35 +03:00
9 lines
226 B
Plaintext
9 lines
226 B
Plaintext
1/1: Building Vect (Vect.idr)
|
|
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!
|