package sexplib

  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 to_string : t -> string