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 170
    • Issues 170
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • 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
  • !116

General Invariant Tactic

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Joseph Tassarotti requested to merge joe/inv_tac into gen_proofmode Feb 16, 2018
  • Overview 81
  • Commits 8
  • Pipelines 0
  • Changes 8

Although the notion of "invariant" is not completely generic, all of the "Iris derivative" logics (Iron, Fair refinements) have such a construct. At present each of these logics needs to redefine its own iInv tactic which is undesirable. Moreover, there are at least a few invariant-like things within Iris itself, including non-atomic and cancelable invariants which do not work with "iInv" -- instead one has to manually use iMod with the appropriate accessors.

This MR tries develops such a general tactic.

#94 (closed) is related, but the goals here are less ambitious, since the tactic still produces a "Hclose".

@robbertkrebbers

Edited Feb 18, 2018 by Joseph Tassarotti
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: joe/inv_tac