module With_layout:sig..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..endwith type asexp := t_or_comment
module Parser:sig..end
module Lexer:sig..end