Skip to main content
Module

x/hkts/io_either.ts>left

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

Constructors


type

<E = never, A = never>(left: E) => IOEither<E, A>