Hi everyone,
I woud like to know is there a way to unnest a set in TLA+?
The reason I am asking is because I have a set, say {a, b, c} which its elements are constants, and when I perform a union on this set with another set that contains the same elements I will get: {a, b, c, {a, b, c}}. But I expect the result to be {a, b, c}.
Best Regards
AmirHossein