effect-io-ai

Package: effect
Module: Cause

Cause.Cause.Variance

This interface is used internally to manage the type variance of Cause.

Signature

export interface Variance<out E> {
    readonly [CauseTypeId]: {
      readonly _E: Covariant<E>
    }
  }

Source

Since v2.0.0