lean2/tests/lean/587.lean.expected.out
2016-06-02 11:28:00 -07:00

9 lines
178 B
Text

587.lean:13:2: proof state
A B : Type₁,
s : setoid A,
f : A → B,
c : ∀ a₁ a₂, a₁ ≈ a₂ → f a₁ = f a₂,
a : A,
g h : B → B,
gh : g = h
⊢ g (f a) = h (f a)