package ecaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val funcall0 : ?should_profile:bool -> t -> t
val funcall1 : ?should_profile:bool -> t -> t -> t
val funcall2 : ?should_profile:bool -> t -> t -> t -> t
val funcall3 : ?should_profile:bool -> t -> t -> t -> t -> t
val funcall4 : ?should_profile:bool -> t -> t -> t -> t -> t -> t
val funcall5 : ?should_profile:bool -> t -> t -> t -> t -> t -> t -> t
val funcallN : ?should_profile:bool -> t -> t list -> t
val funcallN_array : ?should_profile:bool -> t -> t array -> t
val funcall0_i : ?should_profile:bool -> t -> unit
val funcall1_i : ?should_profile:bool -> t -> t -> unit
val funcall2_i : ?should_profile:bool -> t -> t -> t -> unit
val funcall3_i : ?should_profile:bool -> t -> t -> t -> t -> unit
val funcall4_i : ?should_profile:bool -> t -> t -> t -> t -> t -> unit
val funcall5_i : ?should_profile:bool -> t -> t -> t -> t -> t -> t -> unit
val funcallN_i : ?should_profile:bool -> t -> t list -> unit
val funcallN_array_i : ?should_profile:bool -> t -> t array -> unit
val funcall_int_int_value_value_unit : ?should_profile:bool -> t -> int -> int -> t -> t -> unit
val funcall_int_int_value_unit : ?should_profile:bool -> t -> int -> int -> t -> unit