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
ce1213a020
lean2
/
tests
/
lean
/
tst14.lean
7 lines
97 B
Text
Raw
Normal View
History
Unescape
Escape
chore(builtin): rename nat, int and real modules to Nat, Int and Real. Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-01 21:52:25 +00:00
Import Int.
Add parse_arrow Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2013-08-18 22:44:39 +00:00
Show Int -> Int -> Int
Variable f : Int -> Int -> Int
Eval f 0
Check f 0
Check f 0 1
Reference in a new issue
Copy permalink