import { type TypeOf } from "https://deno.land/x/fun@v2.0.0/combinable.ts";
A type level unwrapper, used to pull the inner type from a Combinable.
definition: T extends Combinable<infer A> ? A : never
import { type TypeOf } from "https://deno.land/x/fun@v2.0.0/combinable.ts";
A type level unwrapper, used to pull the inner type from a Combinable.