effect-io-ai

Package: @effect/printer
Module: Doc

Doc.Annotated

Represents a document with an associated annotation.

Signature

export interface Annotated<A> extends Doc.Variance<A> {
  readonly _tag: "Annotated"
  readonly annotation: A
  readonly doc: Doc<A>
}

Source

Since v1.0.0