We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2554d80 commit 90ba281Copy full SHA for 90ba281
1 file changed
manual/language-reference/games.md
@@ -235,6 +235,8 @@ Game Replacement(Set S) {
235
236
Game NoReplacement(Set S) {
237
S Samp(Set<S> bookkeeping) {
238
+ // <-uniq[bookkeeping] implicitly adds val to bookkeeping, so
239
+ // repeated calls accumulate all prior outputs automatically.
240
S val <-uniq[bookkeeping] S;
241
return val;
242
}
0 commit comments