Skip to main content
Module

x/fun/kind.ts>TypeClass

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

Typeclass is a type constrained Hold type, specifically constrained to a "Kind" (ie. type level type)

definition: Hold<U>