Skip to main content
Module

x/hkts/affect.ts>ask

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

Constructors


type

<R, L = never>() => Affect<R, L, R>