Skip to main content
Module

x/fun/these.ts>Both

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Latest
type alias Both
import { type Both } from "https://deno.land/x/fun@v2.0.0/these.ts";
definition: { tag: "Both"; left: B; right: A; }