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
2185ee7e95
lean2
/
tests
/
lean
/
run
/
695e.lean
5 lines
85 B
Text
Raw
Normal View
History
Unescape
Escape
fix(tests/lean/run): adjust some tests to changes in the standard library
2015-10-13 22:39:03 +00:00
import data.nat
test(tests/lean/run): add test for `<d` notation see issue #695 remark: we have to fix the tutorial the ASCII notation for fold is `<d` instead of `<D`
2015-06-28 20:10:15 +00:00
open nat
example (n :
ℕ
) : n + 1 = succ n :=
fix(tests/lean/run): adjust some tests to changes in the standard library
2015-10-13 22:39:03 +00:00
by rewrite [-add_one]
Reference in a new issue
Copy permalink