Module Symtable.Global

type t =
  1. | Glob_compunit of string
  2. | Glob_predef of string
val name : t -> string
val of_ident : Ident.t -> t option