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
  • !338

Fix iPoseProof on recursive lemmas (fix #274)

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Paolo G. Giarrusso requested to merge Blaisorblade/iris:fix-iPoseProof-reclemma into master Nov 21, 2019
  • Overview 13
  • Commits 1
  • Pipelines 0
  • Changes 3

@robbertkrebbers suggested fixing #274 (closed) by making IntoEmpValid instances Transparent. It turns out also one redex of tac_pose_proof must be exposed to the guardedness checker; making such a lemma transparent seems a bit ugly. I wonder if this application should be built in Ltac instead, but that's up to @robbertkrebbers.

Nevertheless, this fix appears technically correct, and has no excess transparency. I also made proofs of IntoEmpValid instances more manual, even tho that's not strictly required, because they're Defined and their exact body matters.

Moreover, I modified the testcase in #274 (closed) to use all instances of IntoEmpValid.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-iPoseProof-reclemma