lean4-htt/tests/lean/run/blast_simp3.lean
2016-06-10 18:29:41 -07:00

4 lines
157 B
Text

exit
example (A : Type₁) (a₁ a₂ : A) : a₁ = a₂ →
(λ (B : Type₁) (f : A → B), f a₁) = (λ (B : Type₁) (f : A → B), f a₂) :=
by simp