rocq-prover / rocq-prover/stdlib
Require Import Int63 breaks `Definition land := ...`
Nobody has claimed this yet.
- Dominant language
- Rocq Prover
- Stars
- 42
- Forks
- 38
- Avg merge
- 14h 6m
- Merged PRs (30d)
- 3
Description
Description of the problem
Require Import Coq.Numbers.Cyclic.Int63.Int63. makes Definition land := ... a syntax error (because it makes land a keyword). I'm not sure what the correct fix is, here (moving the notations to their own module? not making new keywords?)
cc @maximedenes (for int63) @herbelin (for notation conventions)
Coq Version
master
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 reproducing the syntax error after importing Coq.Numbers.Cyclic.Int63.Int63, then inspect how that module defines the land keyword and related notations. Determine which notation or keyword behavior should change, and verify that Definition land := ... remains valid without breaking the Int63 notation behavior.
Written by the indexing model from the issue text.
Assessment
- Domain
- tooling
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100