lean4-htt/tests/lean/t10.lean.expected.out
Sebastian Ullrich e3bfd90b06 fix(frontends/lean/elaborator): default recover_from_error to false for most commands
Fixes #1446

fix(frontends/lean/util): quoting private name

uncovered by now failing run test
2017-03-09 20:51:35 -08:00

12 lines
202 B
Text

if p ∧ q then f x else y : N
t10.lean:14:7: error: type mismatch at application
ite (p ∧ q) q
term
q
has type
B
but is expected to have type
N
[x, y, z, x, y, y] : list
[x] : list
[] : list