import { type UndefinableSchemable } from "https://deno.land/x/fun@v2.0.0/schemable.ts";
Takes a Schemable and returns a Schemable<A | undefined>;
Type Parameters
U extends Kind
x/fun/schemable.ts>UndefinableSchemable
import { type UndefinableSchemable } from "https://deno.land/x/fun@v2.0.0/schemable.ts";
Takes a Schemable and returns a Schemable<A | undefined>;