Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S stdpp
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 79
    • Issues 79
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 16
    • Merge requests 16
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Iris
  • stdpp
  • Merge requests
  • !240

Future proof rotate_nat_add_add_mod

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Andrej Dudenhefner requested to merge mrhaandi/stdpp:mod-uniform into master Apr 08, 2021
  • Overview 5
  • Commits 1
  • Pipelines 0
  • Changes 1

This prepares rotate_nat_add_add_mod for https://github.com/coq/coq/pull/14086 in a backwards compatible manner. Crucially, the design decision n mod 0 = 0 could change to n mod 0 = n in future. This merge request makes rotate_nat_add_add_mod agnostic of the particular design decision.

Edited Apr 08, 2021 by Andrej Dudenhefner
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: mod-uniform