Module Parsexp.Old_parser_cont_state
type t
=
|
Parsing_toplevel_whitespace
|
Parsing_nested_whitespace
|
Parsing_atom
|
Parsing_list
|
Parsing_sexp_comment
|
Parsing_block_comment
val sexp_of_t : t -> Parsexp__.Import.Ppx_sexp_conv_lib.Sexp.t
val to_string : t -> string