mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-12-19 09:12:34 +03:00
13 lines
337 B
Plaintext
13 lines
337 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
|
|
at:
|
|
1 zipWith plus (Cons Z Nil) (Cons (S Z) (Cons Z Nil))
|
|
^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
Main> Bye for now!
|