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