Skip to main content
Module

x/hkts/semigroup.ts>Of

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

Free Semigroup

definition: { readonly tag: "Of"; readonly value: A; }