diff options
| author | coqbot-app[bot] | 2020-12-04 14:30:16 +0000 |
|---|---|---|
| committer | GitHub | 2020-12-04 14:30:16 +0000 |
| commit | 53d5b2d2c8a899fdf30aa349c3bee1d0d1c7ca97 (patch) | |
| tree | 42acdb8d76bb2a778b7701bde5d840345cd4300f /tactics | |
| parent | 4830993d2e51d55be05444e838f39c18e5f9eee6 (diff) | |
| parent | ecb23dc8db0682ec327a110482b034677aecb6e9 (diff) | |
Merge PR #13551: Stop calling Id.Map.domain on univ binders every individual universe
Reviewed-by: herbelin
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/declareUctx.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/declareUctx.ml b/tactics/declareUctx.ml index bca43697cb..6c8bc92865 100644 --- a/tactics/declareUctx.ml +++ b/tactics/declareUctx.ml @@ -16,7 +16,7 @@ let name_instance inst = assert false | Some na -> try - let qid = Nametab.shortest_qualid_of_universe Names.Id.Set.empty na in + let qid = Nametab.shortest_qualid_of_universe Names.Id.Map.empty na in Names.Name (Libnames.qualid_basename qid) with Not_found -> (* Best-effort naming from the string representation of the level. |
