lean4-htt/tests/lean/num2.lean.expected.out
Leonardo de Moura add5266df7 fix(frontends/lean, library/tactic): error position in auto quoted terms
This commit also gets rid of the redundant "elaborator failed" error
message.
2017-02-09 18:03:04 -08:00

11 lines
244 B
Text

o : N
z : N
eq a gz : Prop
num2.lean:24:7: error: failed to synthesize type class instance for
⊢ has_zero G
num2.lean:24:7: error: invalid type ascription, expression has type
N
but is expected to have type
G
eq gz a : Prop
eq b z : Prop