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

Merge branch 'master' of gitlab.mpi-sws.org:FP/iris-coq

parents 8b4d7a8d 4e11257b
No related branches found
No related tags found
No related merge requests found
...@@ -66,10 +66,7 @@ Section sts. ...@@ -66,10 +66,7 @@ Section sts.
Lemma sts_ownS_op γ S1 S2 T1 T2 : Lemma sts_ownS_op γ S1 S2 T1 T2 :
T1 T2 sts.closed S1 T1 sts.closed S2 T2 T1 T2 sts.closed S1 T1 sts.closed S2 T2
sts_ownS γ (S1 S2) (T1 T2) (sts_ownS γ S1 T1 sts_ownS γ S2 T2)%I. sts_ownS γ (S1 S2) (T1 T2) (sts_ownS γ S1 T1 sts_ownS γ S2 T2)%I.
Proof. Proof. intros. by rewrite /sts_ownS -own_op sts_op_frag. Qed.
intros HT HS1 HS2. rewrite /sts_ownS -own_op.
by apply own_proper, sts_op_frag.
Qed.
Lemma sts_alloc E N s : Lemma sts_alloc E N s :
nclose N E nclose N E
......
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