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

7 lines
105 B
Text

exit
set_option blast.strategy "cc"
definition t1 (a b : nat) : (a = b ↔ a = b) :=
by blast
print t1