4 lines
104 B
Text
4 lines
104 B
Text
attribute iff [reducible]
|
|
|
|
example (p : nat → Prop) (a b c : nat) : p a → a = b → p b :=
|
|
by blast
|