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

4 lines
126 B
Text

inst_error.lean:1:39: error: failed to synthesize type class instance for
A : Type,
a b c : A
⊢ decidable (a = b ∧ a = c)