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