Package: effect
Module: Types
Branded marker interface representing an unassigned type parameter.
When to use
Use when Effect’s type-level machinery needs to represent a type parameter that has not been assigned yet.
Details
Used internally by the Effect type system to indicate that a type parameter has not been assigned a concrete type.
See
unhandledSignature
export interface unassigned {
readonly _: unique symbol
}
Since v4.0.0