Skip to main content
Module

x/hkts/types.ts>Lazy

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

Lazy Type

An alias type that turns A into () => A (aka Const)


definition: () => A