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