lean2/tests/lean/internal_names.lean
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

7 lines
108 B
Text

definition _foo : nat := 0 -- error
structure _bla := (a b : nat)
inductive _empty : Type.
namespace _no