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) listval get_variable : Js_of_ocaml_compiler.Code.Var.Set.t -> Js_of_ocaml_compiler.Javascript.expression -> Js_of_ocaml_compiler.Code.Var.Set.tval 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.locationval 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