Skip to main content
Module

x/hkts/either.ts>getRightMonoid

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

type

<E = never, A = never>(MA: TC.Monoid<A>) => TC.Monoid<Either<E, A>>