[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[tlaplus] How to get a set like this in TLA+?
Hello I'm a newbie in TLA+.
I knew that
Cartesian product is something like this:
S × T × U = {<<a, b, c>> : a ∈ S, b ∈ T,c ∈ U }.
And I wonder how can I get
a set like this:
{{a, b, c} : a ∈ S, b ∈ T,c ∈ U }.
Thank you.
--
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/135ba505-ec94-4f0d-9f9d-d3312e9d9444n%40googlegroups.com.