Fix after decide equality is able to keep proofs in arguments in Prop. #12
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi,
Coq 8.7 shall come with a fix to
decide equality
which makes it working better (even though more progresses are expectable). However, this improvement breakstopology
.The attached patch allows to compile
topology
with 8.7. However, the fix is not compatible with 8.6. May I let you decide if you prefer preparing your own patch so as to be compatible over both 8.6 and 8.7 at the same time, or whether you prefer to have disjoint versions.Note that we can also provide various different ways to support compatibility over different versions. For instance, the question of possibly providing
Set Version 8.6.
/Unset Version 8.6.
commands around parts of code that would work only in 8.6 has been considered, though no final decision has been taken yet. Don't hesitate to tell your point of view as a user, if you have one.