import { type AffineTag } from "https://deno.land/x/fun@v2.0.0/optic.ts";
import { AffineTag } from "https://deno.land/x/fun@v2.0.0/optic.ts";
A runtime tag and type that indicates an Optic has a view function of the form
(s: S) => Option<A>
.