lean2/tests/lean/run/blast_fun_info_bug.lean

5 lines
118 B
Text
Raw Normal View History

definition set (A : Type) := A → Prop
example {A : Type} (s : set A) (a b : A) : a = b → s a → s b :=
by blast