- Preparing search index...
- The search index is not available
Kombo - v3.0.0
- andThen<A, B, CTX, PROBLEM>(fn: ((a: A) => Parser.Parser<B, CTX, PROBLEM>)): (<CTX2, PROBLEM2>(p: Parser.Parser<A, CTX2, PROBLEM2>) => Parser.Parser<B, CTX | CTX2, PROBLEM | PROBLEM2>)
-
Returns (<CTX2, PROBLEM2>(p: Parser.Parser<A, CTX2, PROBLEM2>) => Parser.Parser<B, CTX | CTX2, PROBLEM | PROBLEM2>)
Just like Simple.andThen.
See
andThen
.