lean4-htt/tests/lean/num3.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

7 lines
163 B
Text

@eq N a z : Prop
num3.lean:14:11: error: invalid type ascription, expression has type
N
but is expected to have type
num
@eq num 2 1 : Prop
@eq num 2 1 : Prop