Skip to main content
Module

x/hkts/either.ts>getLeftSemigroup

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

type

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