Skip to content

Commit

Permalink
find replace fail
Browse files Browse the repository at this point in the history
  • Loading branch information
heidihoward committed Sep 9, 2024
1 parent 8931e18 commit d94cc79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tla/consensus/abs.tla
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ Next ==
\/ Copy(i)
\/ ExtendToMax(i)

AbsSpec == Init /\ [][Next]_CLogs
AbsSpec == Init /\ [][Next]_cLogs

AppendOnlyProp ==
[][\A i \in Servers : IsPrefix(cLogs[i], cLogs'[i])]_CLogs
[][\A i \in Servers : IsPrefix(cLogs[i], cLogs'[i])]_cLogs

NoConflicts ==
\A i, j \in Servers :
Expand Down

0 comments on commit d94cc79

Please sign in to comment.