package stdune

  1. Overview
  2. Docs
Dune's unstable standard library

Install

Dune Dependency

Authors

Maintainers

Sources

dune-3.6.1.tbz
sha256=f1d5ac04b7a027f3d549e25cf885ebf7acc135e0291c18e6b43123a799c143ce
sha512=64714ab6155cd04bc33d693fc7a6d9d61aa7a278357eeff159df324e083914fcd556459a3945acacf1bbc3775f2232ab0c78006ab8a434dc58dcf95ffdffac52

doc/stdune/Stdune/Sexp/index.html

Module Stdune.SexpSource

S-expressions

Sourcetype t = Csexp.t =
  1. | Atom of string
  2. | List of t list
Sourceval to_string : t -> string
Sourceval pp : t -> 'a Pp.t
Sourceval hash : t -> int
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> Ordering.t
Sourceval of_dyn : Dyn.t -> t
Sourceval to_dyn : t -> Dyn.t
Sourceval record : (string * t) list -> t
OCaml

Innovation. Community. Security.