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

x/lambdapi/src/repl.ts>check

Deno TypeScript implementation of LambdaPi interpreter from "A Tutorial Implementation of a Dependently Typed Lambda Calculus" https://www.andres-loeh.de/LambdaPi/
Latest
function check
import { check } from "https://deno.land/x/lambdapi@v1.0.1/src/repl.ts";

Type Parameters

I
C
V
T
TInf
Inf

Parameters

int: Interpreter<I, C, V, T, TInf, Inf>
unnamed 1: State<V, Inf>
t: I
kp: (_1: T, _2: V) => void
k: (_1: T, _2: V) => State<V, Inf>