Skip to content
Snippets Groups Projects
Commit b265d4e1 authored by Jonas Kastberg's avatar Jonas Kastberg
Browse files

Typo

parent c70cb821
No related branches found
No related tags found
1 merge request!39Multiparty synchronous
......@@ -14,7 +14,7 @@ Definition process : val :=
then send "c" "idl" #false;; send "c" "idl" "id_max";;
"go" "c" "idl" "idr" "id" "id_max" #false
else if: "is_participant" (** Case 3 *)
then "go" "c" "idl" "idr" "id" "id_max" "is_participant" (** Case 4 *)
then "go" "c" "idl" "idr" "id" "id_max" "is_participant" (** Case 2 *)
else send "c" "idl" #true;; send "c" "idl" "id_max";;
"go" "c" "idl" "idr" "id" "id_max" #true
else let: "id'" := recv "c" "idr" in
......
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