lean4-htt/tests/lean/coe2.lean.expected.out
Sebastian Ullrich e3bfd90b06 fix(frontends/lean/elaborator): default recover_from_error to false for most commands
Fixes #1446

fix(frontends/lean/util): quoting private name

uncovered by now failing run test
2017-03-09 20:51:35 -08:00

24 lines
358 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

ite tt "a" "b" : string
sine x : real
sine n : real
sine i : real
x + i : real
coe2.lean:30:9: error: type mismatch at application
i + x
term
x
has type
real
but is expected to have type
int
i + x : real
x + n : real
coe2.lean:37:9: error: type mismatch at application
n + x
term
x
has type
real
but is expected to have type
n + x : real