Package: effect
Module: Option
Marker 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.
Signature
export interface OptionUnifyIgnore {}
Since v2.0.0