Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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 Bound
import { type Bound } from "https://deno.land/x/lambdapi@v1.0.1/src/lambda/ast.ts";
definition: { tag: "bound"; bound: number; }
function Bound
import { Bound } from "https://deno.land/x/lambdapi@v1.0.1/src/lambda/ast.ts";