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
46d418af3d
lean2
/
tests
/
lean
/
bad_notation.lean
10 lines
105 B
Text
Raw
Normal View
History
Unescape
Escape
test(tests/lean): remove data.nat dependency
2014-12-24 01:35:14 +00:00
import logic
feat(frontends/lean/notation_cmd): remove the cleanup notation hack
2014-10-11 23:38:55 +00:00
open nat
section
variable a : nat
notation `a1`:max := a + 1
end
definition foo := a1
Reference in a new issue
Copy permalink