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
cb9830beaf
lean2
/
tests
/
lean
/
704.lean
5 lines
124 B
Text
Raw
Normal View
History
Unescape
Escape
refactor(library/logic/choice): move prop_decidable instance into namespace 'classical'
2015-08-13 00:06:15 +00:00
import classical 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