lean2/tests/lean/crash.lean.expected.out
Leonardo de Moura 320bc55e85 fix(frontends/lean/elaborator): use preprocessed expression when displaying errors
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-07-29 14:25:50 -07:00

9 lines
150 B
Text

crash.lean:8:12: error: type mismatch at application
have H' : not P, from H,
?M_1 P H
term
H
is expected of type
not P
but is given type
P