Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt to coq/coq#17836 (sort poly) #503

Merged
merged 1 commit into from Nov 6, 2023

Conversation

SkySkimmer
Copy link
Collaborator

No description provided.

@@ -109,9 +109,12 @@ let add_universe_constraint state c =
try add_constraints state (Set.singleton c)
with
| UGraph.UniverseInconsistency p ->
let sigma = (S.get (Option.get !pre_engine) state).sigma in
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this the right way to get the evar_map? get_sigma is later in the file.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes

@SkySkimmer SkySkimmer marked this pull request as ready for review November 6, 2023 20:44
@SkySkimmer SkySkimmer merged commit fca6a37 into LPCIC:coq-master Nov 6, 2023
@SkySkimmer SkySkimmer deleted the sort-poly branch November 6, 2023 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants