Sexp.With_layout
val sexp_of_pos : pos -> Sexplib.Type.t
type t = Sexplib.Type_with_layout.t =
| Atom of pos * string * string option
| List of pos * t_or_comment list * pos
and comment = Sexplib.Type_with_layout.comment =
val sexp_of_t : t -> Sexplib.Type.t
val sexp_of_comment : comment -> Sexplib.Type.t
val sexp_of_t_or_comment : t_or_comment -> Sexplib.Type.t
module Forget : sig ... end
module Render : sig ... end
module Parser : sig ... end
module Lexer : sig ... end