Skip to content
Snippets Groups Projects
Commit 74f17315 authored by Ike Mulder's avatar Ike Mulder
Browse files

Another bot -> invalid rename

parent 95fd712a
No related branches found
No related tags found
1 merge request!58Update iris and supplements
Pipeline #117738 failed
...@@ -383,7 +383,7 @@ Section recursive. ...@@ -383,7 +383,7 @@ Section recursive.
by iRewrite "Ha". by iRewrite "Ha".
Qed. Qed.
Global Instance sum_inl_inr_invalid_op {A B : cmra} (a : A) (b : B) Σ : Global Instance sum_inl_inr_invalid_op {A B : cmra} (a : A) (b : B) Σ :
IsValidOp (CsumBot) (Cinl (B := B) a) (Cinr (A := A) b) Σ False. IsValidOp (CsumInvalid) (Cinl (B := B) a) (Cinr (A := A) b) Σ False.
Proof. Proof.
split; rewrite /op /= /cmra_op //=; eauto. (* TODO: need proper access to unsealing lemma's *) split; rewrite /op /= /cmra_op //=; eauto. (* TODO: need proper access to unsealing lemma's *)
uPred_primitive.unseal. uPred_primitive.unseal.
...@@ -391,7 +391,7 @@ Section recursive. ...@@ -391,7 +391,7 @@ Section recursive.
rewrite /validN /= /cmra_validN //=. rewrite /validN /= /cmra_validN //=.
Qed. Qed.
Global Instance sum_inr_inl_invalid_op {A B : cmra} (a : A) (b : B) Σ : Global Instance sum_inr_inl_invalid_op {A B : cmra} (a : A) (b : B) Σ :
IsValidOp (CsumBot) (Cinr (A := B) a) (Cinl (B := A) b) Σ False. IsValidOp (CsumInvalid) (Cinr (A := B) a) (Cinl (B := A) b) Σ False.
Proof. Proof.
split; rewrite /op /= /cmra_op //=; eauto. split; rewrite /op /= /cmra_op //=; eauto.
uPred_primitive.unseal. uPred_primitive.unseal.
...@@ -660,7 +660,7 @@ Section recursive. ...@@ -660,7 +660,7 @@ Section recursive.
Qed. Qed.
Global Instance excl_valid_op {O : ofe} (a1 a2 : excl O) Σ: Global Instance excl_valid_op {O : ofe} (a1 a2 : excl O) Σ:
IsValidOp ExclBot a1 a2 Σ False%I. IsValidOp ExclInvalid a1 a2 Σ False%I.
Proof. split; rewrite excl_validI /=; eauto. Qed. Proof. split; rewrite excl_validI /=; eauto. Qed.
Global Instance excl_included_merge {O : ofe} (o1 o2 : excl O) {Σ} : Global Instance excl_included_merge {O : ofe} (o1 o2 : excl O) {Σ} :
IsIncludedMerge o1 o2 (Σ := Σ) False%I. IsIncludedMerge o1 o2 (Σ := Σ) False%I.
...@@ -1029,4 +1029,4 @@ Section recursive. ...@@ -1029,4 +1029,4 @@ Section recursive.
iSplit => //. iSplit => //.
Qed. Qed.
End recursive. End recursive.
\ No newline at end of file
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