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

x/lambdapi/src/common.ts>PutStrLn

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 PutStrLn
import { type PutStrLn } from "https://deno.land/x/lambdapi@v1.0.1/src/common.ts";
definition: { tag: "putstrln"; putstrln: string; }
function PutStrLn
import { PutStrLn } from "https://deno.land/x/lambdapi@v1.0.1/src/common.ts";