Skip to main content
Module

x/fun/monoid.ts>AnyMonoid

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Go to Latest
type alias AnyMonoid
import { type AnyMonoid } from "https://deno.land/x/fun@v2.0.0-alpha.10/monoid.ts";

A type for Monoid over any, useful as an extension target for functions that take any Monoid and do not need to extract the type.

definition: Monoid<any>