type t
val print : Stdlib.Format.formatter -> t -> unitval equal : t -> t -> boolval idx : t -> intval of_idx : int -> tval to_string : ?origin:t -> t -> stringval fresh : unit -> tval fresh_n : string -> tval fork : t -> tval count : unit -> intval compare : t -> t -> intval loc : t -> Js_of_ocaml_compiler.Parse_info.t -> unitval get_loc : t -> Js_of_ocaml_compiler.Parse_info.t optionval get_name : t -> string optionval name : t -> string -> unitval propagate_name : t -> t -> unitval reset : unit -> unitval set_pretty : bool -> unitval set_stable : bool -> unit
module Set : Stdlib.Set.S with type Set.elt = tmodule Map : Stdlib.Map.S with type Map.key = tmodule ISet : sig ... end