Skip to main content
Module

x/hkts/task_either.ts>widen

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

type

<F>() => <E, A>(ta: TaskEither<E, A>) => TaskEither<E | F, A>