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