Module Sexp_pretty.Pretty_print.Normalize

type t =
| Sexp of sexp
| Comment of comment
type comment =
| Line_comment of Import.string
| Block_comment of Import.int * Import.string Import.list
| Sexp_comment of comment Import.list * sexp
type sexp =
| Atom of Import.string
| List of t Import.list
val of_sexp_or_comment : Config.t ‑> Import.Sexp.With_layout.t_or_comment ‑> t