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