fix(library/init/lean/parser/term): placeholder binder after bracketed binder
This commit is contained in:
parent
cd287629cb
commit
d10ff29bea
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ node! binders [
|
|||
-- we allow mixing like in `a (b : β) c`, but not `a : α (b : β) c : γ`
|
||||
mixed: node_choice! mixed_binder {
|
||||
bracketed: bracketed_binder.parser,
|
||||
id: ident.parser,
|
||||
id: binder_ident.parser,
|
||||
}+,
|
||||
}?
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue