Skip to main content
Module

x/hkts/either.ts>swap

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

Combinators


type

<E, A>(ma: Either<E, A>) => Either<A, E>