Skip to main content
Module

x/fun/showable.ts

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Latest
import * as fun from "https://deno.land/x/fun@v2.0.0/showable.ts";

Showable is a structure that indicates that an instance can be converted to a string.

Interfaces

A Showable structure has the method show.