doc: stub for ellipsis notation (#5794)
This is certainly better than no documentation, though it's not obvious to me whether the `_` insertion is greedy, lazy, or somewhere in between.
This commit is contained in:
parent
07c09ee579
commit
f752ce2db9
1 changed files with 1 additions and 0 deletions
|
|
@ -819,6 +819,7 @@ We use them to implement `macro_rules` and `elab_rules`
|
|||
|
||||
def namedArgument := leading_parser (withAnonymousAntiquot := false)
|
||||
atomic ("(" >> ident >> " := ") >> withoutPosition termParser >> ")"
|
||||
/-- In a function application, `..` notation inserts zero or more `_` placeholders. -/
|
||||
def ellipsis := leading_parser (withAnonymousAntiquot := false)
|
||||
".." >> notFollowedBy (checkNoWsBefore >> ".") "`.` immediately after `..`"
|
||||
def argument :=
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue