Hello, if my understanding is correct, you would like to update the function state for all elements of the set. There is no specific syntax for this, write state' = [ x \in DOMAIN state |-> IF x \in A THEN "newState" ELSE state[x] ] (Presumably you can replace "DOMAIN state" by a simpler set.) Hope this helps, Stephan
You received this message because you are subscribed to the Google Groups "tlaplus" group. To unsubscribe from this group and stop receiving emails from it, send an email to tlaplus+unsubscribe@xxxxxxxxxxxxxxxx. To post to this group, send email to tlaplus@xxxxxxxxxxxxxxxx. Visit this group at https://groups.google.com/group/tlaplus. For more options, visit https://groups.google.com/d/optout. |