module With_layout:S-expressions annotated with relative source positions and commentssig
..end
typepos =
Src_pos.Relative.t
= {
|
row : |
|
col : |
val sexp_of_pos : pos -> Type.t
type
t =
| |
Atom of |
| |
List of |
type
t_or_comment =
| |
Sexp of |
| |
Comment of |
type
comment =
| |
Plain_comment of |
| |
Sexp_comment of |
val sexp_of_t : t -> Type.t
val sexp_of_comment : comment -> Type.t
val sexp_of_t_or_comment : t_or_comment -> Type.t
module Forget:sig
..end
module Render:sig
..end
with type asexp := t_or_comment
module Parser:sig
..end
module Lexer:sig
..end