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 25
    • Merge requests 25
  • 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
  • Issues
  • #84
Closed
Open
Issue created Mar 23, 2017 by Ralf Jung@jungOwner

iDestruct on non-existing name yields "no matching clause for match"

Title says it all. Goal state:

============================
  ​"Hincl" : type_incl ty1 ty2
  "Hsz" : ⌜ty_size ty1 = ty_size ty2⌝
  "Hoincl" : ∀ (tid0 : thread_id) (vl : list val), ty_own ty1 tid0 vl -∗ ty_own ty2 tid0 vl
  "Hsincl" : ∀ (κ0 : lft) (tid0 : thread_id) (l0 : loc),
             ty_shr ty1 κ0 tid0 l0 -∗ ty_shr ty2 κ0 tid0 l0
  --------------------------------------□
  ​"Hshr" : ty_shr (rc ty1) κ tid l
  --------------------------------------∗
  ty_shr (rc ty2) κ tid l

Tactic: iDestruct "Hst" as (??) "H". Error: Error: No matching clauses for match.

Assignee
Assign to
Time tracking