fix(frontends/lean/decl_util): truly fix top-level do pattern names race
This commit is contained in:
parent
ef5cf54a86
commit
7a147eab12
1 changed files with 1 additions and 1 deletions
|
|
@ -357,7 +357,7 @@ environment add_alias(environment const & env, bool is_protected, name const & c
|
|||
|
||||
struct definition_info {
|
||||
name m_prefix;
|
||||
bool m_is_private{false};
|
||||
bool m_is_private{true}; // pattern matching outside of definitions should generate private names
|
||||
bool m_is_meta{false};
|
||||
bool m_is_noncomputable{false};
|
||||
bool m_is_lemma{false};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue