fix: notFollowedBy info

This commit is contained in:
Leonardo de Moura 2020-09-26 11:44:53 -07:00
parent 45a98d5739
commit a1579f3123

View file

@ -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 =>