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.ttype 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.tval sexp_of_comment : comment -> Type.tval sexp_of_t_or_comment : t_or_comment -> Type.tmodule Forget:sig..end
module Render:sig..endwith type asexp := t_or_comment
module Parser:sig..end
module Lexer:sig..end