lean2/tests/lean/run/blast_fun_info_bug.lean
2015-12-05 19:26:06 -08:00

4 lines
118 B
Text

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