Module type Uid.Info

The information carried in global identifiers

type info
val to_string : info -> string
val format : Stdlib.Format.formatter -> info -> unit
val equal : info -> info -> bool

Equality disregards position

val compare : info -> info -> int

Comparison disregards position