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
5edcccaeb0
lean2
/
tests
/
lean
/
run
/
blast12.lean
6 lines
85 B
Text
Raw
Normal View
History
Unescape
Escape
test(tests/lean/run): test for simp action
2015-11-15 19:36:24 +00:00
import data.nat
feat(library/blast/strategies/portfolio): add more strategies for debugging purposes
2015-12-07 19:59:21 +00:00
open nat
test(tests/lean/run): test for simp action
2015-11-15 19:36:24 +00:00
example (a b : nat) : 0 + a + b + 1 = 1 + a + b :=
feat(library/blast/strategies/portfolio): add more strategies for debugging purposes
2015-12-07 19:59:21 +00:00
by simp
Reference in a new issue
Copy permalink