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
070d687c7f
lean2
/
tests
/
lean
/
704.lean
5 lines
130 B
Text
Raw
Normal View
History
Unescape
Escape
refactor(library/logic): move logic/choice.lean to init/classical.lean choice axiom is now in the classical namespace.
2015-08-13 01:37:33 +00:00
open classical
fix(tests/lean): adjust remaining tests to changes in the standard library
2015-10-14 01:35:16 +00:00
eval if true then 1 else (0:num)
feat(library/simplifier/simp_rule_set): add priorities for simp and congr rules
2015-11-17 06:34:06 +00:00
attribute prop_decidable [instance] [priority 0]
fix(tests/lean): adjust remaining tests to changes in the standard library
2015-10-14 01:35:16 +00:00
eval if true then 1 else (0:num)
Reference in a new issue
Copy permalink