import { optic } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { reviewer } = optic;
Construct a Reviewer<S, A> from a review function.
import { optic } from "https://deno.land/x/fun@v2.0.0/mod.ts";
const { reviewer } = optic;
Construct a Reviewer<S, A> from a review function.