Skip to content

Commit

Permalink
Previous commit also extends function specialization approacht to pre…
Browse files Browse the repository at this point in the history
…dicates. This works, except in combination with \chor expressions
  • Loading branch information
bobismijnnaam committed Sep 20, 2024
1 parent 388394f commit 2e6c681
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ choreography Main() {
p1.turn := !p1.turn;
p2.turn := !p2.turn;
// Assumption required for shortcoming in backend. Can be removed after implementing the lightweight encoding.

// assume (\chor p1.gameFinished() == p2.gameFinished());
}
// assume (\chor p1.gameFinished() == p2.gameFinished());
Expand Down

0 comments on commit 2e6c681

Please sign in to comment.