Module Stdune__Sexp

type t =
| Atom of string
| List of t list
module Encoder : sig ... end with type sexp := t
val to_string : t -> string
val pp : Stdlib.Format.formatter -> t -> unit