package sexp

  1. Overview
  2. Docs
S-expression swiss knife

Install

dune-project
 Dependency

Authors

Maintainers

Sources

sexp-v0.16.0.tar.gz
sha256=bde6acfd2814bcc38a0d3cacb42e513d8932595152dd9798419559fb0e026f4e

doc/sexp.sexp_app/Sexp_app/Syntax/Quotation/index.html

Module Syntax.QuotationSource

Sourcetype 'a t =
  1. | Atom of string
  2. | List of 'a t list
  3. | Quote of 'a t t
  4. | Unquote of 'a
  5. | Splice of 'a
include Sexplib0.Sexpable.S1 with type 'a t := 'a t
Sourceval t_of_sexp : (Sexplib0.Sexp.t -> 'a) -> Sexplib0.Sexp.t -> 'a t
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.