Hyperlinkv0.8.0-beta.28

Types

Types.unassignedinterfaceeffect/Types.ts:834
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.

Source effect/Types.ts:8343 lines
export interface unassigned {
  readonly _: unique symbol
}
Referenced by 19 symbols