Skip to main content
Module

x/hkts/const.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/const.ts";

Module Getters


type

<E, A>(S: TC.Show<E>) => TC.Show<Const<E, A>>