Skip to main content
Module

x/hkts/affect.ts>askLeft

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

type

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