Skip to main content
Module

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

type

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