Skip to main content
Module

x/hkts/monoid.ts>getDualMonoid

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

type

<A>(M: Monoid<A>) => Monoid<A>