Skip to main content
Module

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

Wraps a boolean type in Schemable.

Type Parameters

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