Package: @effect/printer
Module: Doc
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"
}
Since v1.0.0