package camlrack

  1. Overview
  2. Docs

Module CamlrackSource

Sourceexception CamlrackError of string
Sourcetype sexp =
  1. | Integer of int
  2. | Float of float
  3. | String of string
  4. | Symbol of string
  5. | SExp of sexp list
Sourceval render_string_of_sexp : sexp -> string
Sourceval repr_string_of_sexp : sexp -> string
Sourceval sexp_not_err : string -> sexp -> 'a
Sourceval sexp_to_list_opt : sexp -> sexp list option
Sourceval sexp_to_list : sexp -> sexp list
Sourceval list_to_sexp : sexp list -> sexp
Sourceval sexp_to_int_opt : sexp -> int option
Sourceval sexp_to_int : sexp -> int
Sourceval int_to_sexp : int -> sexp
Sourceval sexp_to_float_opt : sexp -> float option
Sourceval sexp_to_float : sexp -> float
Sourceval float_to_sexp : float -> sexp
Sourceval sexp_to_string_opt : sexp -> string option
Sourceval sexp_to_string : sexp -> string
Sourceval string_to_sexp : string -> sexp
Sourceval sexp_to_symbol_opt : sexp -> string option
Sourceval sexp_to_symbol : sexp -> string
Sourceval symbol_to_sexp : string -> sexp
Sourcetype sexp_pattern =
  1. | SYMBOL
  2. | INTEGER
  3. | FLOAT
  4. | STRING
  5. | ANY
  6. | PInteger of int
  7. | PFloat of float
  8. | PString of string
  9. | PSymbol of string
  10. | SPat of sexp_pattern list
Sourceval render_string_of_sexp_pattern : sexp_pattern -> string
Sourceval repr_string_of_sexp_pattern : sexp_pattern -> string
Sourceval sexp_pattern_of_sexp : Camlrack__.Sexp.sexp -> sexp_pattern option
Sourcemodule Tokenize : sig ... end
Sourcemodule Parse : sig ... end
Sourcemodule Match : sig ... end
Sourcemodule ListConvenienceFunctions = Match.ListConvenienceFunctions
Sourceval sexps_of_string : string -> (sexp list, Parse.parse_error) result
Sourceval sexps_of_string_exn : string -> sexp list
Sourceval sexps_of_string_opt : string -> sexp list option
Sourceval sexp_patterns_of_string : string -> sexp_pattern list option
Sourceval sexp_patterns_of_string_exn : string -> sexp_pattern list
Sourceval sexp_of_string : string -> (sexp, Parse.parse_error) result
Sourceval sexp_of_string_exn : string -> sexp
Sourceval sexp_of_string_opt : string -> sexp option
Sourceval sexp_pattern_of_string : string -> sexp_pattern option
Sourceval sexp_pattern_of_string_exn : string -> sexp_pattern
Sourceval sexp_match : sexp_pattern -> sexp -> bool
OCaml

Innovation. Community. Security.