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 -> Sexplib0.Sexp.t
val to_string : t -> string