Sourceexception CamlrackError of string Sourcetype sexp = | Integer of int| Float of float| String of string| Symbol of string| SExp of sexp list
Sourceval sexp_to_float_opt : sexp -> float option Sourceval sexp_to_string_opt : sexp -> string option Sourceval sexp_to_symbol_opt : sexp -> string option Sourcetype sexp_pattern = | SYMBOL| INTEGER| FLOAT| STRING| ANY| PInteger of int| PFloat of float| PString of string| PSymbol of string| SPat of sexp_pattern list
Sourceval sexps_of_string_exn : string -> sexp list Sourceval sexps_of_string_opt : string -> sexp list option Sourceval sexp_of_string_opt : string -> sexp option