Merge pull request #42 from samuelgruetter/messages_typo

typo
This commit is contained in:
Adam Chlipala 2021-01-03 14:41:11 -05:00 committed by GitHub
commit a4cc213b75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,7 +202,7 @@ Definition simulates (R : proc -> proc -> Prop) (pr1 pr2 : proc) :=
-> exists pr2', lstepSilent^* pr2 pr2'
/\ R pr1' pr2')
(* Now consider the same scenario where the lefthand process make a nonsilent
(* Now consider the same scenario where the lefthand process takes a nonsilent
* step. We require that the righthand process can "catch up" in a way that
* generates the same label that the lefthand process generated. *)
/\ (forall pr1 pr2, R pr1 pr2