[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlaplus] A problem in expressing a step



   U' = IF Predicate(u) THEN (U \ {u}) \cup {termUpdate(u)}
                        ELSE (U \ {u}) \cup {denUpdate(u)}

can be written a bit more simply as

   U' = (U \ {u}) \cup IF Predicate(u) THEN {termUpdate(u)}
                                       ELSE {denUpdate(u)}

--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/tlaplus/1514842d-d6e3-4099-a151-63b246a0336e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.