5 lines
88 B
Text
5 lines
88 B
Text
exit
|
|
definition tst1 (a b : Prop) : a ∧ b ∧ true → b ∧ a :=
|
|
by simp
|
|
|
|
print tst1
|