lean2/tests/lean/crash.lean.expected.out
Leonardo de Moura 60cc9ac8e2 feat(frontends/lean/pp): pretty print 'have' expressions
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-07-26 21:35:26 -07:00

7 lines
123 B
Text

crash.lean:8:12: error: type mismatch at application
have H' : not P, from H,
_
expected type:
not P
given type:
P