[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
Re: [tlaplus] A problem in expressing a step
From
: Leslie Lamport <
tlaplus.ll@xxxxxxxxx
>
Date
: Mon, 10 Jun 2019 00:11:37 -0700 (PDT)
References
: <
3c1c1132-b17a-40f4-8503-6d92e8ce13bf@googlegroups.com
> <
12958B59-6019-4BCF-B751-1C611CBA0545@gmail.com
>
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
.
Follow-Ups
:
Re: [tlaplus] A problem in expressing a step
From:
groban
References
:
[tlaplus] A problem in expressing a step
From:
groban
Re: [tlaplus] A problem in expressing a step
From:
Stephan Merz
Prev by Date:
Re: [tlaplus] A problem in expressing a step
Next by Date:
[tlaplus] TLC reports error (undefined identifier), but it's defined...
Previous by thread:
Re: [tlaplus] A problem in expressing a step
Next by thread:
Re: [tlaplus] A problem in expressing a step
Index(es):
Date
Thread