Skip to content
Snippets Groups Projects
Commit 73997f27 authored by Ralf Jung's avatar Ralf Jung
Browse files

Make it compile with ssreflect master

parent c1fb1a06
No related branches found
No related tags found
No related merge requests found
...@@ -70,6 +70,6 @@ Section ClosedProofs. ...@@ -70,6 +70,6 @@ Section ClosedProofs.
Proof. Proof.
iProof. iIntros "! Hσ". iProof. iIntros "! Hσ".
iPvs (heap_alloc nroot) "Hσ" as {h} "[? _]"; first by rewrite nclose_nroot. iPvs (heap_alloc nroot) "Hσ" as {h} "[? _]"; first by rewrite nclose_nroot.
by iApply heap_e_spec; first by rewrite nclose_nroot. iApply heap_e_spec; last done ; by rewrite nclose_nroot.
Qed. Qed.
End ClosedProofs. End ClosedProofs.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment