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
6779cb4fc6
lean2
/
tests
/
lean
/
671.lean.expected.out
3 lines
103 B
Text
Raw
Normal View
History
Unescape
Escape
fix(tests/lean): notation ℕ is now defined in the top-level
2015-09-01 21:58:14 +00:00
definition nat.add :
ℕ
→
ℕ
→
ℕ
:=
λ (a b :
ℕ
), nat.rec_on b a (λ (b₁ :
ℕ
), nat.succ)
Reference in a new issue
Copy permalink