Skip to main content
Module

x/hkts/either.ts>getRightSemigroup

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

type

<E = never, A = never>(SA: TC.Semigroup<A>) => TC.Semigroup<Either<E, A>>