Skip to main content
Module

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

Module Getters


type

<A>(unnamed 0: TC.Show<A>) => TC.Show<Nilable<A>>