Skip to main content
Module

x/hkts/semigroup.ts>fold

Functional programming tools: option, either, task, state, optics, etc.
Latest
variable fold
import { fold } from "https://deno.land/x/hkts@v0.0.52/semigroup.ts";

Pipeables


type

<A>(S: Semigroup<A>) => unknown