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