lean2/tests/lean/crash.lean.expected.out
Leonardo de Moura 5f360cd8ec feat(kernel/error_msgs): improve application type mismatch error messages
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-07-28 07:08:12 -07:00

9 lines
143 B
Text

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