Skip to content
Snippets Groups Projects
Commit 9acb2476 authored by Dan Frumin's avatar Dan Frumin
Browse files

Remove an unused argument

parent dcf697b4
Branches
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ Section mono_proof.
Global Instance mcounter_persistent l n : PersistentP (mcounter l n).
Proof. apply _. Qed.
Lemma newcounter_mono_spec (R : iProp Σ) :
Lemma newcounter_mono_spec :
{{{ True }}} newcounter #() {{{ l, RET #l; mcounter l 0 }}}.
Proof.
iIntros (Φ) "_ HΦ". rewrite -wp_fupd /newcounter /=. wp_seq. wp_alloc l as "Hl".
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment