Sexp.With_layoutS-expressions annotated with relative source positions and comments
type t = Type_with_layout.t = | Atom of pos * string * string option| List of pos * t_or_comment list * posS-expressions annotated with relative source positions and comments. All the positions are relative to the opening paren of the enclosing list, or the first character of the file.
and comment = Type_with_layout.comment = val sexp_of_t_or_comment : t_or_comment -> Type.tmodule Forget : sig ... endmodule Render : sig ... endmodule Parser : sig ... endmodule Lexer : sig ... end