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/Syntax/Template/index.html

Module Syntax.TemplateSource

Sourcetype 'a t =
  1. | Hole of 'a
  2. | Atom of string
  3. | List of 'a t list
Sourceval t_of_sexp : (Core.Sexp.t -> 'a) -> Core.Sexp.t -> 'a t
Sourceval map : 'a t -> f:('a -> 'b) -> 'b t
Sourceval literal : Core.Sexp.t -> 'a t
OCaml

Innovation. Community. Security.