Skip to main content
Module

x/hkts/either.ts>Either

Functional programming tools: option, either, task, state, optics, etc.
Latest
type alias Either
import { type Either } from "https://deno.land/x/hkts@v0.0.52/either.ts";
definition: Left<L> | Right<R>