Skip to main content
Module

x/hkts/task_either.ts>TaskEither

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

Types


definition: T.Task<E.Either<L, R>>