Skip to main content
Module

x/hkts/either.ts>getSetoid

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

type

<E, A>(SE: TC.Setoid<E>, SA: TC.Setoid<A>) => TC.Setoid<Either<E, A>>