Skip to main content
Module

x/fun/kind.ts>Fix

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

Fix a concrete type as a non-substituting Kind. This allows one to define algebraic structures over things like number, string, etc.