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