Hi, Saksham already pointed out how to update a function at several argument positions. Writing /\ a' = [a EXCEPT ![x] = foo] /\ a' = [a EXCEPT ![y] = bar] implies that [a EXCEPT ![x] = foo] = [a EXCEPT ![y] = bar] which is unlikely to be true, which explains why you see line count 0 in TLC. 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 view this discussion on the web visit https://groups.google.com/d/msgid/tlaplus/81EF6792-E7E3-46D5-BEEA-C58CD2ACE76E%40gmail.com. |