* allow compound names in `namespace` and `structure` * adjust error messages Conflicts: src/frontends/lean/builtin_tactics.cpp
4 lines
493 B
Text
4 lines
493 B
Text
internal_names.lean:1:11: error: invalid declaration name '_foo', identifiers starting with '_' are reserved to the system
|
|
internal_names.lean:3:10: error: invalid declaration name '_bla', identifiers starting with '_' are reserved to the system
|
|
internal_names.lean:5:10: error: invalid declaration name '_empty', identifiers starting with '_' are reserved to the system
|
|
internal_names.lean:7:10: error: invalid declaration name '_no', identifiers starting with '_' are reserved to the system
|