package core_kernel

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Sexplib.Pre_sexp.Cont_state.t =
  1. | Parsing_toplevel_whitespace
  2. | Parsing_nested_whitespace
  3. | Parsing_atom
  4. | Parsing_list
  5. | Parsing_sexp_comment
  6. | 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.