lean4-htt/tests/lean/internal_names.lean
Sebastian Ullrich 9561b45af1 fix(frontends/lean): uniform handling of declaration compound names
* allow compound names in `namespace` and `structure`
* adjust error messages

Conflicts:
	src/frontends/lean/builtin_tactics.cpp
2016-06-02 18:13:50 -07:00

7 lines
108 B
Text

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