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
913d893204
lean2
/
tests
/
lean
/
tst14.lean
7 lines
98 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.
feat(frontends/lean/parser): combine Echo and Show commands into the 'print' command Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-05 19:03:35 +00:00
print Int -> Int -> Int
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
variable f : Int -> Int -> Int
eval f 0
check f 0
check f 0 1
Reference in a new issue
Copy permalink