Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Iris Iris
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 171
    • Issues 171
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • 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
  • IrisIris
  • Merge requests
  • !449

Cleanup following the BI and SBI merge

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Robbert Krebbers requested to merge robbert/cleanup into master May 24, 2020
  • Overview 3
  • Commits 4
  • Pipelines 0
  • Changes 20

This MR cleans up all occurrences of sbi. Concretely, it performs the following changes:

  • Rename bi.derived_laws_bi → bi.derived_laws and bi.derived_laws_sbi → bi.derived_laws_later.
  • Reorganize bi.big_op file to remove sbi section.
  • Reorganize proofmode.coq_tactics file to remove sbi section.
  • Fine-grained split of proofmode.class_instances based on the structure of the bi folder. There are now files: class_instances, class_instances_later, class_instances_updates, class_instances_embedding, class_instances_plainly, class_instances_internal_eq.

This change should be backwards compatible, unless developments explicitly import "private" files.

Edited May 24, 2020 by Robbert Krebbers
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: robbert/cleanup