Skip to content
Snippets Groups Projects
Forked from Iris / Iris
3025 commits behind the upstream repository.
heap_lang.ref 3.94 KiB
1 subgoal
  
  Σ : gFunctors
  heapG0 : heapG Σ
  E : coPset
  ============================
  --------------------------------------∗
  WP let: "x" := ref #1 in "x" <- ! "x" + #1;; ! "x" @ E {{ v, ⌜v = #2⌝ }}
  
1 subgoal
  
  Σ : gFunctors
  heapG0 : heapG Σ
  E : coPset
  l : loc
  ============================
  _ : l ↦ #1
  --------------------------------------∗
  WP #l <- #1 + #1;; ! #l @ E {{ v, ⌜v = #2⌝ }}
  
1 subgoal
  
  Σ : gFunctors
  heapG0 : heapG Σ
  E : coPset
  l : loc
  ============================
  "Hl" : l ↦ #1
  --------------------------------------∗
  WP let: "x" := #l in let: "y" := ref #1 in "x" <- ! "x" + #1;; ! "x"
  @ E [{ v, ⌜v = #2⌝ }]
  
"heap_e7_spec"
     : string
1 subgoal
  
  Σ : gFunctors
  heapG0 : heapG Σ
  l : loc
  ============================
  _ : ▷ l ↦ #0
  --------------------------------------∗
  WP CmpXchg #l #0 #1 {{ _, l ↦ #1 }}
  
1 subgoal
  
  Σ : gFunctors
  heapG0 : heapG Σ
  l : loc
  ============================
  _ : l ↦ #1
  --------------------------------------∗
  l ↦ #1
  
1 subgoal
  
  Σ : gFunctors
  heapG0 : heapG Σ
  l : loc
  ============================
  "Hl1" : l ↦{1 / 2} #0
  "Hl2" : l ↦{1 / 2} #0
  --------------------------------------∗
  True
  
1 subgoal
  
  Σ : gFunctors
  heapG0 : heapG Σ
  l : loc
  ============================
  --------------------------------------∗
  True
  
"wp_nonclosed_value"
     : string
The command has indeed failed with message:
Ltac call to "wp_pure (open_constr)" failed.
Tactic failure: wp_pure: cannot find ?y in (Var "x") or 
?y is not a redex.
1 subgoal
  
  Σ : gFunctors
  heapG0 : heapG Σ
  ============================
  --------------------------------------∗
  WP "x" {{ _, True }}
  
The command has indeed failed with message:
In nested Ltac calls to "iIntros (constr)", "iIntros_go",
"iDestructHyp (constr) as (constr)",
"<iris.proofmode.ltac_tactics.iDestructHypFindPat>",
"<iris.proofmode.ltac_tactics.iDestructHypGo>" and
"iAndDestruct (constr) as (constr) (constr)", last call failed.
Tactic failure: iAndDestruct: cannot destruct (l ↦∗ (vs1 ++ vs2))%I.
The command has indeed failed with message:
Ltac call to "iSplitL (constr)" failed.
Tactic failure: iSplitL: (l ↦∗ (vs1 ++ vs2))%I not a separating conjunction.
1 subgoal
  
  Σ : gFunctors
  heapG0 : heapG Σ
  ============================
  --------------------------------------∗
  WP let: "f" := λ: "x", "x" in ref ("f" #10) {{ _, True }}
  
1 subgoal
  
  Σ : gFunctors
  heapG0 : heapG Σ
  fun1, fun2, fun3 : expr
  ============================
  --------------------------------------∗
  WP let: "val1" := fun1 #() in
     let: "val2" := fun2 "val1" in
     let: "val3" := fun3 "val2" in if: "val1" = "val2" then "val" else "val3"
  {{ _, True }}
  
1 subgoal
  
  Σ : gFunctors
  heapG0 : heapG Σ
  fun1, fun2, fun3 : expr
  Φ : language.val heap_lang → iPropI Σ
  ============================
  --------------------------------------∗
  WP let: "val1" := fun1 #() in
     let: "val2" := fun2 "val1" in
     let: "v" := fun3 "v" in if: "v" = "v" then "v" else "v" 
  {{ v, Φ v }}
  
1 subgoal
  
  Σ : gFunctors
  heapG0 : heapG Σ
  fun1, fun2, fun3 : expr
  Φ : language.val heap_lang → iPropI Σ
  E : coPset
  ============================
  --------------------------------------∗
  WP let: "val1" := fun1 #() in
     let: "val2" := fun2 "val1" in
     let: "v" := fun3 "v" in if: "v" = "v" then "v" else "v" 
  @ E {{ v, Φ v }}
  
1 subgoal
  
  Σ : gFunctors
  heapG0 : heapG Σ
  fun1, fun2, fun3 : expr
  ============================
  {{{ True }}}
    let: "val1" := fun1 #() in
    let: "val2" := fun2 "val1" in
    let: "val3" := fun3 "val2" in if: "val1" = "val2" then "val" else "val3"
  {{{ (x y : val) (z : Z), RET (x, y, #z); True }}}
"not_cmpxchg"
     : string
The command has indeed failed with message:
Ltac call to "wp_cmpxchg_suc" failed.
Tactic failure: wp_cmpxchg_suc: cannot find 'CmpXchg' in 
(#() #()).