import * as rangeReconcile from "https://deno.land/x/range_reconcile@0.1.2/src/lifting_monoid.ts";
Variables
A monoid which lifts the member as a string, and combines by concatenating together. | |
A monoid which lifts the member as 1, and combines by adding together. |
Functions
Combine two lifting monoids into a new one. |