Package: @effect/printer
Module: Doc
Represents a document that reacts to the current cursor position.
Signature
export interface Column<A> extends Doc.Variance<A> {
readonly _tag: "Column"
readonly react: (position: number) => Doc<A>
}
Since v1.0.0