effect-io-ai

Package: effect
Module: Option

Option.OptionUnifyIgnore

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 {}

Source

Since v2.0.0