feat(frontends/lean/structure_cmd): allow local notations
This commit is contained in:
parent
3aaf64d06f
commit
bf8292cb17
1 changed files with 2 additions and 1 deletions
|
|
@ -672,7 +672,8 @@ struct structure_cmd_fn {
|
|||
parse_field_block(binder_info());
|
||||
} else {
|
||||
binder_info bi = m_p.parse_binder_info();
|
||||
parse_field_block(bi);
|
||||
if (!m_p.parse_local_notation_decl())
|
||||
parse_field_block(bi);
|
||||
m_p.parse_close_binder_info(bi);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue