package sexplib0

  1. Overview
  2. Docs
Library containing the definition of S-expressions and some base converters

Install

dune-project
 Dependency

Authors

Maintainers

Sources

sexplib0-v0.16.0.tar.gz
sha256=86dba26468194512f789f2fb709063515a9cb4e5c4461c021c239a369590701d

doc/sexplib0/Sexplib0/Sexp/Private/index.html

Module Sexp.PrivateSource

Sourceval size : t -> int * int
Sourceval buffer : unit -> Buffer.t
Sourceval to_buffer : buf:Buffer.t -> t -> unit
Sourceval to_buffer_hum : buf:Buffer.t -> ?indent:int -> t -> unit
Sourceval to_buffer_mach : buf:Buffer.t -> t -> unit
Sourceval to_buffer_gen : buf:'buffer -> add_char:('buffer -> char -> unit) -> add_string:('buffer -> string -> unit) -> t -> unit
Sourceval mach_maybe_esc_str : string -> string
Sourceval must_escape : string -> bool
Sourceval esc_str : string -> string