Skip to main content
Module

x/hkts/these.ts>Both

Functional programming tools: option, either, task, state, optics, etc.
Latest
type alias Both
import { type Both } from "https://deno.land/x/hkts@v0.0.52/these.ts";
definition: { tag: "Both"; left: L; right: R; }