import { sizeMonoid } from "https://deno.land/x/range_reconcile@1.0.2/mod.ts";
A monoid which lifts the member as 1, and combines by adding together.
type
LiftingMonoid<unknown, number>
import { sizeMonoid } from "https://deno.land/x/range_reconcile@1.0.2/mod.ts";
A monoid which lifts the member as 1, and combines by adding together.