Wasm_of_ocaml_compiler.Typingmodule Integer : sig ... endmodule Bigarray : sig ... endtype typ = | Top| Int of Integer.kind| Number of boxed_number * boxed_status| Tuple of typ array| Bigarray of Bigarray.t| Botval constant_type : Js_of_ocaml_compiler.Code.constant -> typval can_unbox_parameters :
Call_graph_analysis.t ->
Js_of_ocaml_compiler.Code.Var.t ->
boolval bigarray_element_type : Bigarray.kind -> typval var_type : t -> Js_of_ocaml_compiler.Code.Var.t -> typval return_type : t -> Js_of_ocaml_compiler.Code.Var.t -> typval register_prim : string -> unbox:bool -> typ -> unitval f :
global_flow_state:Js_of_ocaml_compiler.Global_flow.state ->
global_flow_info:Js_of_ocaml_compiler.Global_flow.info ->
fun_info:Call_graph_analysis.t ->
deadcode_sentinel:Js_of_ocaml_compiler.Code.Var.t ->
Js_of_ocaml_compiler.Code.program ->
t