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

x/lambdapi/src/deps.ts>Result

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 Result
import { type Result } from "https://deno.land/x/lambdapi@v1.0.1/src/deps.ts";
definition: { result?: A; cs: string; pos: number; errors: Error[]; }
function Result
import { Result } from "https://deno.land/x/lambdapi@v1.0.1/src/deps.ts";

Parameters

result: A | undefined
cs: string
pos: number
errors: Error[]