lean4-htt/tests/lean/inst_error.lean.expected.out
2017-02-06 15:15:47 +01:00

5 lines
221 B
Text

inst_error.lean:1:38: 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