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

Wraps a boolean type in Schemable.

Properties

readonly
boolean: <B, C, D, E>() => $<U, [boolean, B, C], [D], [E]>