package atdgen

  1. Overview
  2. Docs
type t = [
  1. | `Line of string
  2. | `Block of t list
  3. | `Inline of t list
  4. | `Annot of string * t
]
val strip : t -> Atd_indent.t