lean2/tests/lean/crash.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

6 lines
117 B
Text

crash.lean:8:12: error: type mismatch at application
(λ (H' : not P), _) H
expected type:
not P
given type:
P