Skip to main content
Module

x/hkts/reader_either.ts>asks

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

type

<R, A, E = never>(f: (r: R) => A) => ReaderEither<R, E, A>