Js_of_ocaml_compiler.Flowmodule Info : sig ... endval get_approx :
Info.t ->
(Js_of_ocaml_compiler.Code.Var.Set.elt -> 'b) ->
'b ->
('b -> 'b -> 'b) ->
Code.Var.Tbl.key ->
'bval the_def_of : Info.t -> Code.prim_arg -> Code.expr optionval the_const_of :
target:[ `JavaScript | `Wasm ] ->
Info.t ->
Code.prim_arg ->
Code.constant optionval the_string_of :
target:[ `JavaScript | `Wasm ] ->
Info.t ->
Code.prim_arg ->
string optionval the_native_string_of :
target:[ `JavaScript | `Wasm ] ->
Info.t ->
Code.prim_arg ->
Code.Native_string.t optionval the_int :
target:[ `JavaScript | `Wasm ] ->
Info.t ->
Code.prim_arg ->
Targetint.t optionval f : ?skip_param:bool -> Code.program -> Code.program * Info.t