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
496c84dac6
lean2
/
tests
/
lean
/
run
/
rat_rfl.lean
6 lines
86 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 rat
fix(tests/lean/run): adjust some tests to changes in the standard library
2015-10-13 22:39:03 +00:00
example : (1:rat) + 2⁻¹ + 3 = 3 + 2⁻¹ + 1⁻¹ :=
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
rfl
Reference in a new issue
Copy permalink