package sexplib

  1. Overview
  2. Docs
Library for serializing OCaml values to and from S-expressions

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=da863b42b81235fdcf45eb32c04fb8bde22ff446a779cfb6f989730a35103160

doc/sexplib/Sexplib/Sexp/Cont_state/index.html

Module Sexp.Cont_stateSource

Sourcetype 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

Sourceval to_string : t -> string

to_string cont_state converts state of parser continuation cont_state to a string.