import { type Maybe } from "https://deno.land/x/effection@4.0.0-alpha.1/lib/maybe.ts";
definition: { readonly exists: false; } | { readonly exists: true; readonly value: T; }
import { type Maybe } from "https://deno.land/x/effection@4.0.0-alpha.1/lib/maybe.ts";