type.ml
sexplib
sexplib.num
sexplib.unix
1 2 3 4 (** Type of S-expressions *) type t = Sexplib0.Sexp.t = | Atom of string | List of t list
1 2 3 4
(** Type of S-expressions *) type t = Sexplib0.Sexp.t = | Atom of string | List of t list