rocq-prover / rocq-prover/stdlib

Require Import Int63 breaks `Definition land := ...`

Open
#29 1 comment 1 reaction 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.