Skip to main content
Module

x/hkts/semigroup.ts>getDualSemigroup

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

type

<A>(S: Semigroup<A>) => Semigroup<A>