package pyml

  1. Overview
  2. Docs
val check : Object.t -> bool
val of_function_as_tuple : ?docstring:string -> (Object.t -> Object.t) -> Object.t
val of_function_as_tuple_and_dict : ?docstring:string -> (Object.t -> Object.t -> Object.t) -> Object.t
val of_function : ?docstring:string -> (Object.t array -> Object.t) -> Object.t
val of_function_with_keywords : ?docstring:string -> (Object.t array -> Object.t -> Object.t) -> Object.t
val to_function_as_tuple_and_dict : Object.t -> Object.t -> Object.t -> Object.t
val to_function : Object.t -> Object.t array -> Object.t
val to_function_with_keywords : Object.t -> Object.t array -> (string * Object.t) list -> Object.t
OCaml

Innovation. Community. Security.