c73b2860d5
* allow compound names in `namespace` and `structure` * adjust error messages
7 lines
108 B
Text
7 lines
108 B
Text
definition _foo : nat := 0 -- error
|
|
|
|
structure _bla := (a b : nat)
|
|
|
|
inductive _empty : Type.
|
|
|
|
namespace _no
|