Set_of_closures_originmodule T : sig ... endval hash : T.t -> intval output : out_channel -> T.t -> unitval print : Format.formatter -> T.t -> unitmodule Set : sig ... endmodule Map : sig ... endmodule Tbl : sig ... endval create : Set_of_closures_id.t -> tval get_compilation_unit : t -> Compilation_unit.tval rename : (Set_of_closures_id.t -> Set_of_closures_id.t) -> t -> t