2014-06-15 17:40:18 +00:00
|
|
|
ite (and p q) (f x) y : N
|
2014-07-25 16:44:40 +00:00
|
|
|
t10.lean:14:6: error: type mismatch at application
|
2014-07-10 01:47:10 +00:00
|
|
|
ite (and p q) q
|
2014-07-28 14:08:12 +00:00
|
|
|
term
|
|
|
|
q
|
|
|
|
is expected of type
|
2014-07-10 01:47:10 +00:00
|
|
|
N
|
2014-07-28 14:08:12 +00:00
|
|
|
but is given type
|
2014-07-10 01:47:10 +00:00
|
|
|
B
|
2014-06-15 17:40:18 +00:00
|
|
|
cons x (cons y (cons z (cons x (cons y (cons y nil))))) : list
|
|
|
|
cons x nil : list
|
|
|
|
nil : list
|