Skip to main content
Module

x/fun/datum.ts>Initial

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 Initial
import { type Initial } from "https://deno.land/x/fun@v2.0.0-alpha.10/datum.ts";

TODO: Lets get a monoid in here for tracking progress.

definition: { readonly tag: "Initial"; }