Package: @effect/printer Module: Optimize
@effect/printer
Optimize
Represents optimization of a given document tree through fusion of redundant document nodes.
Signature
export interface Optimize<A> { (depth: Optimize.Depth): Doc<A> }
Source
Since v1.0.0