Skip to main content
Module

x/hkts/reader_either.ts>ReaderEither

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

Types


definition: R.Reader<S, E.Either<L, R>>