Cleanup
This commit is contained in:
@@ -209,11 +209,11 @@ proc applyParsersSeqToSingle*[T](
|
||||
): BuilderResult[T] =
|
||||
xs.foldl(
|
||||
a.flatMap((builder: Builder[T]) => applyParsersToSingle(
|
||||
builder,
|
||||
b.parsers,
|
||||
b.tokenFoldFn,
|
||||
b.ignoreEmpty,
|
||||
initT,
|
||||
builder = builder,
|
||||
parsers = b.parsers,
|
||||
tokenFoldFn = b.tokenFoldFn,
|
||||
optional = b.ignoreEmpty,
|
||||
initT = initT,
|
||||
isFirst = a == builderResult
|
||||
)),
|
||||
builderResult
|
||||
|
||||
Reference in New Issue
Block a user