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

x/lambdapi/src/lambda/ast.ts>App

Deno TypeScript implementation of LambdaPi interpreter from "A Tutorial Implementation of a Dependently Typed Lambda Calculus" https://www.andres-loeh.de/LambdaPi/
Latest
type alias App
import { type App } from "https://deno.land/x/lambdapi@v1.0.1/src/lambda/ast.ts";
definition: { tag: "app"; iTerm: ITerm; cTerm: CTerm; }
function App
import { App } from "https://deno.land/x/lambdapi@v1.0.1/src/lambda/ast.ts";