Skip to main content
Module

x/hkts/reader_either.ts>fromEither

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

type

<S, E, A>(ta: E.Either<E, A>) => ReaderEither<S, E, A>