Transforms the success value of this parser using transform.
Sugar for pMap: a.map { … } is equivalent to pMap(a) { … }.
a.map { … }
pMap(a) { … }
Prefer trailing-lambda call style over infix to avoid visual ambiguity.
infix