Module Code.Var
val print : Stdlib.Format.formatter -> Js_of_ocaml_compiler.Code.Var.t -> unitval equal :
Js_of_ocaml_compiler.Code.Var.t ->
Js_of_ocaml_compiler.Code.Var.t ->
boolval idx : Js_of_ocaml_compiler.Code.Var.t -> intval of_idx : int -> Js_of_ocaml_compiler.Code.Var.tval fresh : unit -> Js_of_ocaml_compiler.Code.Var.tval fresh_n : string -> Js_of_ocaml_compiler.Code.Var.tval compare :
Js_of_ocaml_compiler.Code.Var.t ->
Js_of_ocaml_compiler.Code.Var.t ->
intval get_name : Js_of_ocaml_compiler.Code.Var.t -> string optionval set_name :
Js_of_ocaml_compiler.Code.Var.t ->
?generated:bool ->
string ->
unitval generated_name : Js_of_ocaml_compiler.Code.Var.t -> boolval propagate_name :
Js_of_ocaml_compiler.Code.Var.t ->
Js_of_ocaml_compiler.Code.Var.t ->
unitmodule Set : Stdlib.Set.S with type elt = Js_of_ocaml_compiler.Code.Var.tmodule Map : Stdlib.Map.S with type key = Js_of_ocaml_compiler.Code.Var.tmodule Hashtbl :
Js_of_ocaml_compiler.Stdlib.Hashtbl.S
with type key = Js_of_ocaml_compiler.Code.Var.tmodule Tbl : sig ... endmodule ISet : sig ... end