rocq-prover / rocq-prover/stdlib
Standard library equality schemes do not match [Scheme Equality]
Open
Nobody has claimed this yet.
- Dominant language
- Rocq Prover
- Stars
- 42
- Forks
- 38
- Avg merge
- 14h 6m
- Merged PRs (30d)
- 3
Description
Version
8.7.1
Description of the problem
It's rather silly that we have Bool.bool_dec and Bool.eqb, but Scheme Equality for ascii will generate a fresh bool_eq_dec and bool_beq in whatever file it gets invoked in.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the standard-library definitions of Bool.bool_dec and Bool.eqb, then inspect how “Scheme Equality for ascii” generates bool_eq_dec and bool_beq. Check existing library tests or examples involving Scheme Equality. Done means the standard-library equality schemes use or match the established Bool equality names without introducing inconsistent fresh definitions.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100