Fix after decide equality is able to keep proofs in arguments in Prop.#12
Fix after decide equality is able to keep proofs in arguments in Prop.#12herbelin wants to merge 1 commit intobmsherman:masterfrom
Conversation
|
Thanks! I'll try to take a look at this in the coming days. I think I will just use |
|
I made a small change with commit c7bccde to just stop using the As a note, I believe that the branch that you're tracking is |
Hi,
Coq 8.7 shall come with a fix to
decide equalitywhich makes it working better (even though more progresses are expectable). However, this improvement breakstopology.The attached patch allows to compile
topologywith 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.