Module Sexp.O

type sexp = Base.Sexp.t =
| Atom of Base.String.t
| List of t Base.List.t