Skip to main content
Module

x/hkts/semigroup.ts>Concat

Functional programming tools: option, either, task, state, optics, etc.
Latest
type alias Concat
import { type Concat } from "https://deno.land/x/hkts@v0.0.52/semigroup.ts";
definition: { readonly tag: "Concat"; readonly left: Free<A>; readonly right: Free<A>; }