rocq-prover / rocq-prover/stdlib
`positive_scope` should be bound to `PositiveMap.key`
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.9+alpha
Description of the problem
It's annoying to have to put the argument to PositiveMap.add, etc, in %positive, and this should not be necessary.
I may fix this myself at some point if someone else doesn't do it.
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 PositiveMap API, especially PositiveMap.add and the definition or binding of positive_scope. Trace how the key argument is currently handled and verify that callers no longer need to place it in %positive when the binding is complete.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100