package parsexp

  1. Overview
  2. Docs
type t =
  1. | Parsing_toplevel_whitespace
  2. | Parsing_nested_whitespace
  3. | Parsing_atom
  4. | Parsing_list
  5. | Parsing_sexp_comment
  6. | Parsing_block_comment
val sexp_of_t : t -> Sexplib0.Sexp.t
val to_string : t -> string