package sexp

  1. Overview
  2. Docs
S-expression swiss knife

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=c0ad559a13c4eed11f25446016fc776ea147527d186d5b713fcc8d201d26ce6b

doc/sexp.sexp_app/Sexp_app/Sexp_ext/index.html

Module Sexp_app.Sexp_extSource

Sourcetype t =
  1. | Atom of string
  2. | List of t Lazy_list.t
include Core.Sexpable with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourceval equal : Core.Sexp.t -> t -> bool
Sourceval lowercase : t -> t
Sourceval sub_expressions : t -> t Lazy_list.t
OCaml

Innovation. Community. Security.