Skip to main content
Module

x/fun/iso.ts>Iso

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Go to Latest
type alias Iso
import { type Iso } from "https://deno.land/x/fun@v2.0.0-alpha.6/iso.ts";
definition: { readonly tag: "Iso"; readonly view: (s: S) => A; readonly review: (s: A) => S; }