Skip to main content
Module

x/hkts/semigroup.ts>getMeetSemigroup

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

type

<A>(O: Ord<A>) => Semigroup<A>