Skip to main content
Module

x/hkts/fns.ts>constant

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

Constant

Creates a constant function around the value a


type

<A>(a: A) => Lazy<A>