Skip to main content
Module

x/hkts/reader_either.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/reader_either.ts";

type

<E, B, C>(rbc: ReaderEither<B, E, C>) => unknown