type t =
  1. | Glob_compunit of Cmo_format.compunit
  2. | Glob_predef of Cmo_format.predef
val name : t -> string
val description : Format.formatter -> t -> unit
val of_ident : Ident.t -> t option
module Set : Set.S with type elt = t
module Map : Map.S with type key = t