module List : sig ... end
include Type_with_layout
S-expressions annotated with relative source positions and comments
module Make = Type_with_layout.Make
include Make(Sexplib.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.t |
S-expressions annotated with relative source positions and comments
type comment
=
| Plain_comment of Src_pos.Relative.t * string |
| Sexp_comment of Src_pos.Relative.t * comment list * t |
val sexp_of_t_or_comment : t_or_comment ‑> Type.t
val relativize : Parsed.t_or_comment ‑> t_or_comment
val sexp_of_pos : Src_pos.Relative.t ‑> Type.t
module Lexer : sig ... end
module Parser = Parser_with_layout
module Render : sig ... end
module Forget : sig ... end