effect-io-ai

Package: @effect/printer
Module: Doc

Doc.Doc

Represents a prettified document that has been annotated with data of type A.

Signature

type Doc<A> = | Fail<A>
  | Empty<A>
  | Char<A>
  | Text<A>
  | Line<A>
  | FlatAlt<A>
  | Cat<A>
  | Nest<A>
  | Union<A>
  | Column<A>
  | WithPageWidth<A>
  | Nesting<A>
  | Annotated<A>

Source

Since v1.0.0