Skip to main content
Module

x/fun/datum.ts>KindDatum

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

Properties

readonly
kind: Datum<Out<this, 0>>