Sexplib.Sexp_with_layoutmodule List : sig ... endinclude module type of struct include Type_with_layout endmodule Make = Type_with_layout.Makemodule Parsed = Type_with_layout.Parsedparsing produces absolute positions
include Make(Src_pos.Relative).Stype t = Type_with_layout.t = | Atom of Src_pos.Relative.t * string * string option| List of Src_pos.Relative.t * t_or_comment list * Src_pos.Relative.tS-expressions annotated with relative source positions and comments
and comment = Type_with_layout.comment = | Plain_comment of Src_pos.Relative.t * string| Sexp_comment of Src_pos.Relative.t * comment list * tval sexp_of_t_or_comment : t_or_comment -> Type.tval relativize : Parsed.t_or_comment -> t_or_commentval sexp_of_pos : Src_pos.Relative.t -> Type.tmodule Lexer : sig ... endmodule Parser = Parser_with_layoutmodule Render : sig ... endmodule Forget : sig ... end