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
mzhang/fix
lean2
/
tests
/
lean
/
nat_pp.lean
5 lines
112 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
feat(frontends/lean/pp): add hard-coded pretty printer for nat numerals
2014-12-01 23:10:53 +00:00
eval nat.add (nat.of_num 3) (nat.of_num 6)
open nat
eval nat.add (nat.of_num 3) (nat.of_num 6)
fix(tests/lean): adjust some tests to changes in the standard library
2015-10-13 23:28:11 +00:00
eval (3:nat) + 6
Reference in a new issue
Copy permalink