Module Js_of_ocaml_compiler__Js_simpl
val if_statement : Js_of_ocaml_compiler.Javascript.expression -> Js_of_ocaml_compiler.Javascript.location -> (Js_of_ocaml_compiler.Javascript.statement * Js_of_ocaml_compiler.Javascript.location) -> bool -> (Js_of_ocaml_compiler.Javascript.statement * Js_of_ocaml_compiler.Javascript.location) -> bool -> (Js_of_ocaml_compiler.Javascript.statement * Js_of_ocaml_compiler.Javascript.location) list
val get_variable : Js_of_ocaml_compiler.Code.Var.Set.t -> Js_of_ocaml_compiler.Javascript.expression -> Js_of_ocaml_compiler.Code.Var.Set.t
val block : (Js_of_ocaml_compiler.Javascript.statement * Js_of_ocaml_compiler.Javascript.location) list -> Js_of_ocaml_compiler.Javascript.statement * Js_of_ocaml_compiler.Javascript.location
val unblock : (Js_of_ocaml_compiler.Javascript.statement * Js_of_ocaml_compiler.Javascript.location) -> (Js_of_ocaml_compiler.Javascript.statement * Js_of_ocaml_compiler.Javascript.location) list