fix(frontends/lean/parser): add check_system call
This commit is contained in:
parent
0d8e62ed40
commit
effd624911
1 changed files with 1 additions and 0 deletions
|
|
@ -1265,6 +1265,7 @@ static pair<notation::transition, parse_table> const * get_non_skip(list<pair<no
|
|||
}
|
||||
|
||||
expr parser::parse_notation(parse_table t, expr * left) {
|
||||
check_system("parse_notation");
|
||||
lean_assert(curr() == token_kind::Keyword);
|
||||
auto p = pos();
|
||||
auto first_token = get_token_info().value();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue