diff --git a/src/frontends/lean/inductive_cmd.cpp b/src/frontends/lean/inductive_cmd.cpp index 2c9a52a92..f7f0f9f8c 100644 --- a/src/frontends/lean/inductive_cmd.cpp +++ b/src/frontends/lean/inductive_cmd.cpp @@ -245,6 +245,7 @@ struct inductive_cmd_fn { */ list parse_intro_rules(name const & ind_name) { buffer intros; + m_p.parse_local_notation_decl(); if (m_p.curr_is_token(get_bar_tk())) m_p.next(); while (true) {