Package: effect
Module: Channel
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
}
Since v2.0.0