in predicates, we end up writing something like: ``` linked' = linked working' = working something' = something ``` doing this repeatedly is tedious and not always easy to see. I suggest an equivalent to TLA's `UNCHANGED` `unchanged` linked, working, something
in predicates, we end up writing something like:
doing this repeatedly is tedious and not always easy to see. I suggest an equivalent to TLA's
UNCHANGEDunchangedlinked, working, something