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 15
    • Merge requests 15
  • 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
  • !549

remove algebra/ dependency on base_logic/

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ralf Jung requested to merge ralf/dependency-stratification into master Oct 20, 2020
  • Overview 9
  • Commits 4
  • Pipelines 0
  • Changes 19

Move the uPred lemmas that reflect algebra properties into a file in the base_logic module, so that base_logic is now properly layered on top of {algebra, proofmode, bi}. In fact with this MR, algebra does not depend on proofmode or bi either, it is a proper lowest layer in the repository. (But this will likely change when we use siProp for real.)

Overall, the dependency stack should now look like this (with imports only within a block and from lower blocks):

heap_lang
program_logic
base_logic      si_logic
    {proofmode, bi}
        algebra

To be more precise, proofmode is imported in bi.lib but not in the bi root. So we could say {proofmode, bi} decomposes into

bi.lib
proofmode
bi root

Fixes #355 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: ralf/dependency-stratification