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

fix build

parent 2649cb67
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -208,6 +208,6 @@ Section stack_works.
{| spec.mk_stack := mk_stack |}.
Next Obligation.
iIntros (????? Φ) "HP HΦ". iApply (stack_works with "[HΦ] HP").
iIntros "!>" (f₁ f₂) "Hpop Hpush". iApply "HΦ". iFrame.
iNext. iIntros (f₁ f₂) "Hpop Hpush". iApply "HΦ". iFrame.
Qed.
End stack_works.
......@@ -625,6 +625,6 @@ Section stack_works.
{| spec.mk_stack := mk_stack |}.
Next Obligation.
iIntros (?????? Φ) "HP HΦ". iApply (stack_works with "[HΦ] HP").
iIntros "!>" (f₁ f₂) "#[Hpop Hpush]". iApply "HΦ". iFrame "#".
iNext. iIntros (f₁ f₂) "#[Hpop Hpush]". iApply "HΦ". iFrame "#".
Qed.
End stack_works.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment