fix: notFollowedBy info
This commit is contained in:
parent
45a98d5739
commit
a1579f3123
1 changed files with 1 additions and 2 deletions
|
|
@ -498,8 +498,7 @@ fun c s =>
|
|||
s.mkError "notFollowedBy"
|
||||
|
||||
@[inline] def notFollowedBy (p : Parser) : Parser :=
|
||||
{ info := p.info,
|
||||
fn := notFollowedByFn p.fn }
|
||||
{ fn := notFollowedByFn p.fn }
|
||||
|
||||
@[specialize] partial def manyAux (p : ParserFn) : ParserFn
|
||||
| c, s =>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue