lean2/tests/lean/t10.lean.expected.out
Leonardo de Moura a59eec39b8 feat(frontends/lean): improve 'type mismatch' error position, and annotate 'have'-expressions
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-07-25 09:44:40 -07:00

10 lines
222 B
Text

ite (and p q) (f x) y : N
t10.lean:14:6: error: type mismatch at application
ite (and p q) q
expected type:
N
given type:
B
cons x (cons y (cons z (cons x (cons y (cons y nil))))) : list
cons x nil : list
nil : list