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

be more explicit about quantification order

parent 032f365f
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ Proof. ...@@ -81,7 +81,7 @@ Proof.
Qed. Qed.
Section gen_heap. Section gen_heap.
Context `{Countable L, !gen_heapG L V Σ}. Context {L V} `{Countable L, !gen_heapG L V Σ}.
Implicit Types P Q : iProp Σ. Implicit Types P Q : iProp Σ.
Implicit Types Φ : V iProp Σ. Implicit Types Φ : V iProp Σ.
Implicit Types σ : gmap L V. Implicit Types σ : gmap L V.
......
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