This website requires JavaScript.
Explore
Help
Sign in
michael
/
lean2
Watch
1
Star
0
Fork
You've already forked lean2
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
4e8ae94aba
lean2
/
tests
/
lean
/
run
/
blast_cc10.lean
7 lines
100 B
Text
Raw
Normal View
History
Unescape
Escape
feat(library/blast/strategies): add strategy for testing congruence closure module
2015-12-06 22:33:21 +00:00
set_option blast.strategy "cc"
feat(library/blast/congruence_closure): avoid eq.rec if major premise is eq.refl
2015-11-22 02:59:07 +00:00
definition t1 (a b : nat) : (a = b ↔ a = b) :=
by blast
print t1
Reference in a new issue
Copy permalink