160:	: // this assumes there are no private aliases in the ambient scope
ark/type/attributes.ts:38:export type distill<t, side extends distill.Side> = finalizeDistillation<
ark/type/attributes.ts:55:type finalizeDistillation<t, distilled> =
ark/type/attributes.ts:309:		// needed to avoid normalizeMorphDistribution or similar showing up in finalized type
ark/type/declare.ts:34:	) => Type<finalizePreinferred<preinferred, def, $, ctx>, $>
ark/type/declare.ts:37:type finalizePreinferred<preinferred, def, $, ctx extends DeclareContext> =
ark/type/match.ts:137:		finalizeMatchParser<
ark/type/match.ts:149:> = _finalizeCaseArg<
ark/type/match.ts:158:type _finalizeCaseArg<
ark/type/match.ts:200:			:	(In: _finalizeCaseArg<maybeLiftToKey<k, ctx>, ctx, "out">) => unknown
ark/type/match.ts:206:				(In: _finalizeCaseArg<maybeLiftToKey<k, ctx>, ctx, "out">) => unknown
