import { type Parser } from "https://deno.land/x/lambdapi@v1.0.1/src/deps.ts";
Parser<A>
is the type of a parser combinator that returns a value with generic type A
.
import { type Parser } from "https://deno.land/x/lambdapi@v1.0.1/src/deps.ts";
Parser<A>
is the type of a parser combinator that returns a value with generic type A
.