Package: effect Module: Cause
effect
Cause
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