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
e5d5ef9d55
lean2
/
tests
/
lean
/
bad_open.lean
4 lines
31 B
Text
Raw
Normal View
History
Unescape
Escape
test(tests/lean): add more tests for error messages
2015-02-02 04:02:49 +00:00
open "nat"
refactor(*): normalize metaclass names @avigad and @fpvandoorn, I changed the metaclasses names. They were not uniform: - The plural was used in some cases (e.g., [coercions]). - In other cases a cryptic name was used (e.g., [brs]). Now, I tried to use the attribute name as the metaclass name whenever possible. For example, we write definition foo [coercion] ... definition bla [forward] ... and open [coercion] nat open [forward] nat It is easier to remember and is uniform.
2015-12-28 18:30:23 +00:00
open [class] "nat"
Reference in a new issue
Copy permalink