Skip to main content
Module

x/fun/show.ts>Show

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Go to Latest
interface Show
import { type Show } from "https://deno.land/x/fun@v2.0.0-alpha.6/show.ts";

Show is the "fun" version of JavaScripts toString method. For algebraic data types that can be stringified it allows a structured way to do so.

Properties

readonly
show: (t: T) => string