Skip to main content
Module

x/hkts/affect.ts>Affect

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

Types


definition: (r: R) => Promise<E.Either<E, A>>