coq
coq copied to clipboard
Remove the hint_term type from the Hints API.
Since we removed the generic constr hint feature, this is now useless.
Overlays:
- https://github.com/LPCIC/coq-elpi/pull/837
- https://github.com/mattam82/Coq-Equations/pull/657
- https://github.com/mit-plv/fiat/pull/123
I'm not sure how to write an overlay for fiat-parsers, the last version defined there is lagging behind (8.19). What's the expected fix? cc @JasonGross
Is there no backwards compatible fix? In any case, I'll update the compact machinery for 8.20, 9.0, 9.1
Oh, sorry, I was thinking this is a different pr. I'll go update the compat machinery
I've updated the infrastructure in https://github.com/mit-plv/fiat/commit/5b11e4b0f8e0e6bd3800f1b8148d59241fee4332, so writing an overlay should now be straightforward
@JasonGross note that we have branched 9.2 already, you should add this version already to fiat-parsers and friends.
Added v9.2 files in https://github.com/mit-plv/fiat/commit/21f4b81eb08ef5d7cebf6794b7adb63e9d05db03
@JasonGross thanks!
@coqbot merge now
@SkySkimmer: Please take care of the following overlays:
- 20781-ppedrot-hints-remove-hint-ref.sh