Module Core_sexp.O

module O: sig .. end

type sexp = Sexplib.Sexp.t = 
| Atom of string
| List of Core_sexp.t list