effect-io-ai

Package: @effect/printer
Module: Doc

Doc.Text

Represents a document containing a string of text.

Invariants

Signature

export interface Text<A> extends Doc.Variance<A> {
  readonly _tag: "Text"
  readonly text: string
}

Source

Since v1.0.0