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

Merge branch 'quickfix' into 'master'

Remove an unused argument for `newcounter_mono_spec`.

See merge request FP/iris-coq!70
parents dcf697b4 9acb2476
No related branches found
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.
Finish editing this message first!
Please register or to comment