lean4-htt/old_tests/tests/lean/inst_error.lean.expected.out
2018-04-10 12:56:55 -07:00

5 lines
221 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)
λ (A : Type) (a b c : A), ite (a = b ∧ a = c) tt ff : Π (A : Type), A → A → A → bool