lean4-htt/tests/lean/run/blast_simp2.lean
2016-06-10 18:29:41 -07:00

5 lines
88 B
Text

exit
definition tst1 (a b : Prop) : a ∧ b ∧ true → b ∧ a :=
by simp
print tst1