Skip to main content
Module

x/fun/mod.ts>boolean.ShowBoolean

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Go to Latest
variable boolean.ShowBoolean
import { boolean } from "https://deno.land/x/fun@v.2.0.0-alpha.11/mod.ts";
const { ShowBoolean } = boolean;

The canoncial implementation of Show for boolean. It uses JSON.stringify to turn a boolean into a string. It contains the method show.

type

Show<boolean>