jon.recoil.org

Module Js_of_ocaml_compiler.Freevars

val iter_block_free_vars : (Js_of_ocaml_compiler.Code.Var.t -> unit) -> Js_of_ocaml_compiler.Code.block -> unit
val iter_block_bound_vars : (Js_of_ocaml_compiler.Code.Var.t -> unit) -> Js_of_ocaml_compiler.Code.block -> unit
val iter_instr_free_vars : (Js_of_ocaml_compiler.Code.Var.t -> unit) -> Js_of_ocaml_compiler.Code.instr -> unit
val iter_last_free_var : (Js_of_ocaml_compiler.Code.Var.t -> unit) -> Js_of_ocaml_compiler.Code.last -> unit