lean2/tests/lean/run/blast_cc_heq9.lean

9 lines
248 B
Text
Raw Normal View History

example (f g : Π {A : Type₁}, A → A → A) (h : nat → nat) (a b : nat) :
h = f a → h b = f a b :=
by blast
example (f g : Π {A : Type₁} (a b : A), A) (h : nat → nat) (a b : nat) :
h = f a → h b = f a b :=
by blast