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
297ef10611
lean2
/
tests
/
lean
/
subpp.lean
5 lines
65 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
-- import data.subtype
fix(tests/lean): subtype notation is not in the top-level anymore
2015-12-28 17:04:11 +00:00
open nat subtype
fix(frontends/lean/pp): pretty printing 'binder' This commit also replaces many occurrences of 'binders' with 'binder'.
2015-07-31 18:27:38 +00:00
check {x : nat| x > 0 }
Reference in a new issue
Copy permalink