Module Coq_util.IdSource

Sourcetype 'a t = {
  1. relative : Libnames.qualid;
  2. absolute : Libnames.full_path option;
  3. typ : 'a option;
}
Sourceval map_typ : f:('a -> 'b) -> 'a t -> 'b t