Last active
May 31, 2017 22:44
-
-
Save grogers0/44b9ca7c1a38f38f992925800c79472e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Next == \/ \E ts \in Timestamps : \/ Prepare(ts) | |
\/ Accept(ts) | |
\/ Accepted(ts) | |
\/ \E m \in msgs : \/ m.type = "prepare" /\ RecvPrepare(m.acceptor, m.ts) | |
\/ m.type = "accept" /\ RecvAccept(m.acceptor, m.ts, m.val) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment