Skip to main content
Module

x/fun/kind.ts>AnySub

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

An extension type to be used to constrain in input to an outer container with any concrete types.

definition: $<U, any[], any[], any[]>