[Home] Type Microsoft.FSharp.Text.StructuredFormat.Layout


Data representing structured layouts of terms. The representation of this data type is only for the consumption of formatting engines.

Full Type Signature

type Layout =
  | Leaf of bool * obj * bool
  | Node of bool * layout * bool * layout * bool * joint
  | Attr of string * (string * string) list * layout

See Also

Microsoft.FSharp.Text.StructuredFormat


Documentation for assembly FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19