Sexplib.Type_with_layoutmodule Parsed : Make(Sexplib.Src_pos.Absolute).Stype t = | Atom of Sexplib.Src_pos.Relative.t * string * string option| List of Sexplib.Src_pos.Relative.t
* t_or_comment list
* Sexplib.Src_pos.Relative.tand comment = | Plain_comment of Sexplib.Src_pos.Relative.t * string| Sexp_comment of Sexplib.Src_pos.Relative.t * comment list * tval sexp_of_t : t -> Sexplib.Type.tval sexp_of_comment : comment -> Sexplib.Type.tval sexp_of_t_or_comment : t_or_comment -> Sexplib.Type.tval relativize : Parsed.t_or_comment -> t_or_comment