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