3 lines
88 B
Text
3 lines
88 B
Text
|
example (p q r : Prop) (a b : nat) : true → a = a → q → q → p → p :=
|
||
|
by blast
|