Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/applicative_parser/parser.ts>LMap

parser combinators applicative TypeScript deno module
Latest
function LMap
import { LMap } from "https://deno.land/x/applicative_parser@1.0.23/parser.ts";

LMap applies map to the attributes passed from the parent node in the parser tree structure.

Parameters

map: (_: A) => C
parser: Parser<C, B>