Skip to main content
Module

x/fun/mod.ts>optic.AffineTag

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Latest
type alias optic.AffineTag
import { type optic } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { AffineTag } = optic;
definition: AffineTag
variable optic.AffineTag
import { optic } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { AffineTag } = optic;

A runtime tag and type that indicates an Optic has a view function of the form (s: S) => Option<A>.

type

"Affine"