Sexplib.Parser_with_layoutSourcetype token = | STRING of string * (Lexing.position * string) option| COMMENT of string * Lexing.position option| LPAREN| RPAREN| EOF| HASH_SEMIval sexp_opt :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Type_with_layout.t_or_comment optionval sexps_abs :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Type_with_layout.Parsed.t_or_comment listval rev_sexps :
(Lexing.lexbuf -> token) ->
Lexing.lexbuf ->
Type_with_layout.t_or_comment list