Up

Module Cont_state = Sexplib.Sexp.Cont_state

Signature

type t = Sexplib.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.