Skip to main content
Module

x/fun/mod.ts>comparable.SchemableComparable

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

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.