Package: effect
Module: Cause
Represents a lack of errors within a Cause.
See
empty Construct a new Empty causeisEmptyType Check if a Cause is an Empty typeSignature
export interface Empty extends Cause.Variance<never>, Equal.Equal, Pipeable, Inspectable {
readonly _tag: "Empty"
}
Since v2.0.0