effect-io-ai

Package: @effect/printer
Module: Doc

Doc.Empty

Represents the empty document.

Conceptually, the Empty document can be thought of as the unit of Cat.

Signature

export interface Empty<A> extends Doc.Variance<A> {
  readonly _tag: "Empty"
}

Source

Since v1.0.0