effect-io-ai

Package: @effect/printer
Module: Doc

Doc.Fail

Represents a document that cannot be rendered. Generally occurs when flattening a line. The layout algorithms will reject this document and choose a more suitable rendering.

Signature

export interface Fail<A> extends Doc.Variance<A> {
  readonly _tag: "Fail"
}

Source

Since v1.0.0