Skip to content

GitLab

  • Menu
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 148
    • Issues 148
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Iris
  • IrisIris
  • Issues
  • #310

Closed
Open
Created Apr 17, 2020 by Paolo G. Giarrusso@BlaisorbladeContributor0 of 3 tasks completed0/3 tasks

Choose syntax and implement destructuring existentials with pure components, following !400

It'd be nice to support something like iDestruct "H" as "∃[%x HP]" on "H": ∃ x, P (where the ∃[ipat ipat] syntax is a strawman), mapping that introduction pattern to iExistsDestruct. The killer feature is support for nested existentials, which require multiple iDestruct calls today. In discussion on !400 (merged), I and @tchajed considered supporting that with pattern [%x HP], but that pattern is already mapped to iAndDestruct, and unlike in Coq the two methods are very different.

Steps:

  1. bikeshed a syntax
  2. any other discussion on the specification, if needed
  3. implement this.
Assignee
Assign to
Time tracking