Closed vbgl closed 5 years ago
Some hints from the standard library of Coq will move to a named database; see https://github.com/coq/coq/pull/9772 for details.
This PR changes a few calls to “auto” that implicitly rely on these hints by explicit calls to “discriminate”.
Thanks for the change! I've just merged the PR.
Thanks. Can you also update “bedrock2” to incorporate these changes or should I open a PR there?
Addition: I’ve opened a PR.
Many thanks as well to another PR! :)
Some hints from the standard library of Coq will move to a named database; see https://github.com/coq/coq/pull/9772 for details.
This PR changes a few calls to “auto” that implicitly rely on these hints by explicit calls to “discriminate”.