Skip to main content
Module

x/hkts/tree.ts>getShow

Functional programming tools: option, either, task, state, optics, etc.
Latest
variable getShow
import { getShow } from "https://deno.land/x/hkts@v0.0.52/tree.ts";

Module Getters


type

<A>(S: TC.Show<A>) => TC.Show<Tree<A>>