import { concatMonoid } from "https://deno.land/x/range_reconcile@1.0.2/mod.ts";
A monoid which lifts the member as a string, and combines by concatenating together.
type
LiftingMonoid<string, string>
x/range_reconcile/mod.ts>concatMonoid
import { concatMonoid } from "https://deno.land/x/range_reconcile@1.0.2/mod.ts";
A monoid which lifts the member as a string, and combines by concatenating together.