import { RMap } from "https://deno.land/x/lambdapi@v1.0.1/src/deps.ts";
RMap
applies the map
function to the result of running the parser
argument.
This is where the constuction of any output data structures occurs, for example building an abstract syntax tree node from the results of a parser.