Skip to main content
Module

x/fun/schemable.ts>BooleanSchemable

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

Wraps a boolean type in Schemable.

definition: TypeClass<U> & { readonly boolean: <B, C, D, E>() => $<U, [boolean, B, C], [D], [E]>; }