Skip to main content
Module

x/hkts/map.ts>singleton

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

type

<K, A>(k: K, a: A) => Map<K, A>