Module Wasm_of_ocaml_compiler.Sexp

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