Uid.Gen_qualified
Same as Gen
but also registers path information
include Id with type info = Path.t * MarkedString.info
type info = Path.t * MarkedString.info
val format : Stdlib.Format.formatter -> t -> unit
val to_string : t -> string
val id : t -> int
Returns the unique ID of the identifier
val fresh : Path.t -> MarkedString.info -> t
val get_info : t -> MarkedString.info
val base : t -> string
Returns only the base ident name, while to_string
includes the path prefix