Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val render_string_of_sexp : sexp -> string
val repr_string_of_sexp : sexp -> string
val sexp_not_err : string -> sexp -> 'a
val sexp_to_int_opt : sexp -> int option
val sexp_to_int : sexp -> int
val int_to_sexp : int -> sexp
val sexp_to_float_opt : sexp -> float option
val sexp_to_float : sexp -> float
val float_to_sexp : float -> sexp
val sexp_to_string_opt : sexp -> string option
val sexp_to_string : sexp -> string
val string_to_sexp : string -> sexp
val sexp_to_symbol_opt : sexp -> string option
val sexp_to_symbol : sexp -> string
val symbol_to_sexp : string -> sexp
type sexp_pattern =
| SYMBOL
| INTEGER
| FLOAT
| STRING
| ANY
| PInteger of int
| PFloat of float
| PString of string
| PSymbol of string
| SPat of sexp_pattern list
val render_string_of_sexp_pattern : sexp_pattern -> string
val repr_string_of_sexp_pattern : sexp_pattern -> string
val sexp_pattern_of_sexp : Camlrack__.Sexp.sexp -> sexp_pattern option
module ListConvenienceFunctions : sig ... end
val sexp_match : sexp_pattern -> sexp -> bool