Sourcetype atom = | Variable of string| String of string
Sourceval atom_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> atom Sourceval sexp_of_atom : atom -> Ppx_sexp_conv_lib.Sexp.t Sourceval t_of_sexp : Ppx_sexp_conv_lib.Sexp.t -> t Sourceval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.t