jon.recoil.org

Module Symtable.Global

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