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>NApp

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 NApp
import { type NApp } from "https://deno.land/x/lambdapi@v1.0.1/src/lambda/ast.ts";
definition: { tag: "napp"; neutral: Neutral; value: Value; }
function NApp
import { NApp } from "https://deno.land/x/lambdapi@v1.0.1/src/lambda/ast.ts";