module List : sig ... endinclude Type_with_layout
module Parsed : Make(Src_pos.Absolute).Sparsing produces absolute positions
include Make(Src_pos.Relative).S
type 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 t_or_comment =| Sexp of t| Comment of commentand comment =| Plain_comment of Src_pos.Relative.t * string| Sexp_comment of Src_pos.Relative.t * comment list * t
val relativize : Parsed.t_or_comment -> t_or_comment
type pos = Src_pos.Relative.t = {row : int;col : int;}
val sexp_of_pos : Src_pos.Relative.t -> Type.t
module Lexer : sig ... endmodule Parser = Parser_with_layoutmodule Render : sig ... endmodule Forget : sig ... end