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