Module Set_of_closures_origin

type t
module T : sig ... end
val equal : T.t -> T.t -> bool
val hash : T.t -> int
val compare : T.t -> T.t -> int
val output : out_channel -> T.t -> unit
val print : Format.formatter -> T.t -> unit
module Set : sig ... end
module Map : sig ... end
module Tbl : sig ... end
val create : Set_of_closures_id.t -> t
val get_compilation_unit : t -> Compilation_unit.t