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
44a099f6f1
lean2
/
tests
/
lean
/
rateval.lean
7 lines
95 B
Text
Raw
Normal View
History
Unescape
Escape
feat(frontends/lean/builtin_cmds): do not unfold proofs in the eval command In the future, we should probably add an option for unfolding proofs.
2015-05-21 02:09:44 +00:00
import data.rat
open nat int rat
attribute rat.of_int [coercion]
fix(tests/lean): adjust remaining tests to changes in the standard library
2015-10-14 01:35:16 +00:00
eval (8 * 6⁻¹) + (1:rat)
Reference in a new issue
Copy permalink