effect-io-ai

Package: effect
Module: Types

Types.unassigned

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

Signature

export interface unassigned {
  readonly _: unique symbol
}

Source

Since v4.0.0