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

x/lambdapi/src/deps.ts>LMap

Deno TypeScript implementation of LambdaPi interpreter from "A Tutorial Implementation of a Dependently Typed Lambda Calculus" https://www.andres-loeh.de/LambdaPi/
Latest
function LMap
import { LMap } from "https://deno.land/x/lambdapi@v1.0.1/src/deps.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>