Skip to main content
Module

x/fun/optics.ts>AffineTag

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 AffineTag
import { type AffineTag } from "https://deno.land/x/fun@v2.0.0-alpha.12/optics.ts";
definition: AffineTag
variable AffineTag
import { AffineTag } from "https://deno.land/x/fun@v2.0.0-alpha.12/optics.ts";

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

type

"Affine"