The K combinator terminal node.
The K combinator is the constant combinator that discards its second argument and returns the first: K x y = x
An implementation of a parser, evaluator, printer, and visualizer for the SKI combinators in TypeScript.
The K combinator terminal node.
The K combinator is the constant combinator that discards its second argument and returns the first: K x y = x
Add Package
deno add jsr:@maxdeliso/typed-ski
Import symbol
import { K } from "@maxdeliso/typed-ski";
Import directly with a jsr specifier
import { K } from "jsr:@maxdeliso/typed-ski";
Add Package
pnpm i jsr:@maxdeliso/typed-ski
pnpm dlx jsr add @maxdeliso/typed-ski
Import symbol
import { K } from "@maxdeliso/typed-ski";
Add Package
yarn add jsr:@maxdeliso/typed-ski
yarn dlx jsr add @maxdeliso/typed-ski
Import symbol
import { K } from "@maxdeliso/typed-ski";
Add Package
vlt install jsr:@maxdeliso/typed-ski
Import symbol
import { K } from "@maxdeliso/typed-ski";
Add Package
npx jsr add @maxdeliso/typed-ski
Import symbol
import { K } from "@maxdeliso/typed-ski";
Add Package
bunx jsr add @maxdeliso/typed-ski
Import symbol
import { K } from "@maxdeliso/typed-ski";