Skip to main content
Module

x/hkts/affect.ts>compose

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

type

<E = never, A = never, B = never>(aeb: Affect<A, E, B>) => unknown