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