File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Next Obligation. by case/andP: H=>/eqP->_; rewrite /ddom domPt inE/=. Qed.
6767(************** Coordinator code ************* *)
6868
6969(*** Reading internal state ** *)
70- Arguments TPCProtocol.TPCCoh [ cn pts others] .
70+ Arguments TPCProtocol.TPCCoh { cn pts others} .
7171Notation coh := (@TPCProtocol.TPCCoh cn pts others).
7272Notation getS s := (getStatelet s l).
7373Notation loc i := (getLocal cn (getStatelet i l)).
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Require Import InductiveInv While StatePredicates.
1515From DiSeL
1616Require Import TwoPhaseProtocol.
1717
18- Require Import Omega .
18+ Require Import Lia .
1919
2020Set Implicit Arguments .
2121Unset Strict Implicit .
@@ -2027,7 +2027,7 @@ case.
20272027 match goal with
20282028 | [ H : pt_state _ _ _ _ |- _ ] =>
20292029 move: H =>/(pt_state_functional V' PS')[]; try discriminate
2030- end; case; intros; subst; auto; try omega .
2030+ end; case; intros; subst; auto; try lia .
20312031Qed .
20322032
20332033Lemma cn_log_agreement d r lg pt :
You can’t perform that action at this time.
0 commit comments