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
3c6002e969
lean2
/
tests
/
lean
/
forall1.lean
4 lines
70 B
Text
Raw
Normal View
History
Unescape
Escape
feat(frontends/lean): use lowercase commands, replace 'endscope' and 'endnamespace' with 'end' Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-05 20:05:08 +00:00
import Int.
variable P : Int -> Bool
axiom Ax (x : Int) : P x
feat(kernel): use Pi as forall/implication Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-08 08:38:39 +00:00
check Ax
Reference in a new issue
Copy permalink