lean2/tests/lean/internal_names.lean.expected.out
Sebastian Ullrich c73b2860d5 fix(frontends/lean): uniform handling of declaration compound names
* allow compound names in `namespace` and `structure`
* adjust error messages
2016-06-02 18:07:03 -07:00

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