Skip to main content
Module

x/fun/comparable.ts>SchemableComparable

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

The canonical implementation of Schemable for a Comparable. It contains the methods unknown, string, number, boolean, literal, nullable, undefinable, record, array, tuple, struct, partial, intersect, union, and lazy.