Wasm_of_ocaml_compiler.Sexp
type t =
| Atom of string
| List of t list
val to_string : t -> string
val from_string : string -> t
module Util : sig ... end