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
36d2c63ad0
lean2
/
tests
/
lean
/
704.lean
5 lines
107 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(library/logic/axioms/prop_decidable): fixes #704
2015-06-27 02:14:36 +00:00
eval if true then 1 else 0
attribute prop_decidable [priority 0]
eval if true then 1 else 0
Reference in a new issue
Copy permalink