Module Sexp_intf.S.Cont_state

module Cont_state: sig .. end

type t = Pre_sexp.Cont_state.t = 
| Parsing_whitespace
| Parsing_atom
| Parsing_list
| Parsing_sexp_comment
| Parsing_block_comment
State of parser continuations
val to_string : t -> string
to_string cont_state converts state of parser continuation cont_state to a string.