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

x/lambdapi/src/deps.ts>many1

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

many1 applies parser p one or more times, returning an immutable list, this will fail if it does not succeed at least once.