Skip to main content
Module

x/fun/kind.ts>Substitutions

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Latest
type alias Substitutions
import { type Substitutions } from "https://deno.land/x/fun@v2.0.0/kind.ts";

The Substitutions type splits the different type level substitutions into tuples based on variance.

definition: { readonly [out]: unknown[]; readonly [in]: unknown[]; readonly [inout]: unknown[]; }