rocq-prover / rocq-prover/stdlib
Lemma JMeq.JMeq_eq_dep should be (P:U->Type) instead of (P:U->Prop)
Open
Nobody has claimed this yet.
- Dominant language
- Rocq Prover
- Stars
- 42
- Forks
- 38
- Avg merge
- 14h 6m
- Merged PRs (30d)
- 3
Description
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#4912
From: @jonleivent
Reported version: 8.5
CC: coq-bugs-redist@lists.gforge.inria.fr
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
Locate the JMeq.JMeq_eq_dep lemma in the stdlib and inspect its current type, using the original report as the starting point. Confirm the intended parameter type from the issue title, then check nearby uses or tests for compatibility. Done means the lemma accepts P:U->Type rather than P:U->Prop without breaking the surrounding library.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100