package edn

  1. Overview
  2. Docs

Module Edn.UtilSource

Sourceexception Type_error of string * t
Sourceexception Undefined of string * t
Sourceval typerr : string -> t -> 'a
Sourceval keys : t -> t list
Sourceval values : t -> t list
Sourceval combine : t -> t -> t
Sourceval member : t -> t -> t
Sourceval index : int -> t -> t
Sourceval map : (t -> t) -> t -> t
Sourceval to_assoc : t -> (t * t) list
Sourceval to_option : (t -> 'a) -> t -> 'a option
Sourceval to_bool : t -> bool
Sourceval to_bool_option : t -> bool option
Sourceval to_number : t -> float
Sourceval to_number_option : t -> float option
Sourceval to_float : t -> float
Sourceval to_float_option : t -> float option
Sourceval to_int : t -> int
Sourceval to_int_option : t -> int option
Sourceval to_list : t -> t list
Sourceval to_string : t -> string
Sourceval to_string_option : t -> string option
OCaml

Innovation. Community. Security.