Skip to content

Commit

Permalink
Merge pull request #549 from SkySkimmer/sort-poly
Browse files Browse the repository at this point in the history
Adapt to coq/coq#17836 (sort poly)
  • Loading branch information
ejgallego authored Nov 7, 2023
2 parents e319c94 + ce3f9f5 commit 53e12d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion controller/rq_hover.ml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type id_info =
let info_of_ind env sigma ((sp, i) : Names.Ind.t) =
let mib = Environ.lookup_mind sp env in
let u =
Univ.make_abstract_instance (Declareops.inductive_polymorphic_context mib)
UVars.make_abstract_instance (Declareops.inductive_polymorphic_context mib)
in
let mip = mib.Declarations.mind_packets.(i) in
let paramdecls = Inductive.inductive_paramdecls (mib, u) in
Expand Down
2 changes: 1 addition & 1 deletion vendor/coq
Submodule coq updated 336 files

0 comments on commit 53e12d3

Please sign in to comment.