effect-io-ai

Package: effect
Module: Channel

Channel.ChannelUnifyIgnore

Marker used by Unify while resolving Channel values.

Details

It prevents the inherited Effect unifier from being selected when the channel-specific unifier should preserve Channel input, output, and environment type parameters. Users normally do not need to reference this interface directly.

Signature

export interface ChannelUnifyIgnore {
  Effect?: true
}

Source

Since v2.0.0