Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/lambdapi/src/lambdapi/ast.ts>VPi

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 VPi
import { type VPi } from "https://deno.land/x/lambdapi@v1.0.1/src/lambdapi/ast.ts";
definition: { tag: "vpi"; dom: Value; cod: (_: Value) => Value; }
function VPi
import { VPi } from "https://deno.land/x/lambdapi@v1.0.1/src/lambdapi/ast.ts";