dune._stdune
Stdune.Sexp
S-expressions
dune._caml
dune._dune_lang
dune._ocaml_config
dune._result
dune._wp
dune.configurator
wp_dune
wp_jbuilder
type t =
| Atom of string
| List of t list
val to_string : t -> string
val pp : Format.formatter -> t -> unit
val hash : t -> int
val equal : t -> t -> bool
val compare : t -> t -> Ordering.t
val of_dyn : Dyn.t -> t