A function transforming one parser to another one.
typedef TransformationHandler = Parser<R> Function<R>(Parser<R> parser);