OptionUnifyIgnoreMarker interface used by Effect's Unify machinery for Option values.
When to use
Use when marking generic code so Option unification should be ignored.
Details
This supports type-level unification behavior for Option. Users normally
do not need to reference this interface directly.
models
Source effect/Option.ts:2111 lines
export interface OptionUnifyIgnore {}Referenced by 3 symbols