Skip to main content
Module

x/fun/showable.ts>Showable

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Latest
interface Showable
implements Hold<U>
import { type Showable } from "https://deno.land/x/fun@v2.0.0/showable.ts";

A Showable structure has the method show.

Properties

readonly
show: (value: U) => string