Package: @effect/printer
Module: Doc
Removes all annotations from a document.
Note: with each invocation, the entire document tree is traversed.
If possible, it is preferable to unannotate a document after producing the
layout using unAnnotateS.
Signature
declare const unAnnotate: <A>(self: Doc<A>) => Doc<never>
Since v1.0.0