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
3c0e5f5226
lean2
/
tests
/
lean
/
bad_id.lean
6 lines
71 B
Text
Raw
Normal View
History
Unescape
Escape
feat(frontends/lean/scanner): disallow hierarchical names such as 'x.1'
2014-11-09 20:55:13 +00:00
import data.num
fix(tests/lean): adjust remaining tests to changes in the standard library
2015-10-14 01:35:16 +00:00
definition x.y : nat := 10
feat(frontends/lean/scanner): disallow hierarchical names such as 'x.1'
2014-11-09 20:55:13 +00:00
fix(tests/lean): adjust remaining tests to changes in the standard library
2015-10-14 01:35:16 +00:00
definition x.1 :nat := 10
Reference in a new issue
Copy permalink