2014-10-19 08:40:56 -07:00
|
|
|
if p ∧ q then f x else y : N
|
2014-07-25 09:44:40 -07:00
|
|
|
t10.lean:14:6: error: type mismatch at application
|
2014-10-19 08:40:56 -07:00
|
|
|
ite (p ∧ q) q
|
2014-07-28 07:08:12 -07:00
|
|
|
term
|
|
|
|
q
|
2014-08-07 16:18:40 -07:00
|
|
|
has type
|
2014-07-09 18:47:10 -07:00
|
|
|
B
|
2014-08-07 16:18:40 -07:00
|
|
|
but is expected to have type
|
|
|
|
N
|
2014-10-19 13:08:15 -07:00
|
|
|
[ x, y, z, x, y, y ] : list
|
|
|
|
[ x ] : list
|
2014-10-19 08:40:56 -07:00
|
|
|
[ ] : list
|