Mathew Kuthur James
unread,Feb 20, 2026, 11:04:23 AM (yesterday) Feb 20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tlaplus
Hi,
I understand that TLA+ supports non-flat tuples, so {a} and {<<a>>} and {<<<<a>>>>} are considered distinct. My question is - if all sets of the form {a,b,c...} are replaced by sets of the form {<<a>>,<<b>>,<<c>>...}, are there performance implications for model-checking?
Also, is there any way to dynamically check whether a set consists of strings or tuples, and have a different behaviour in each case?
Something like:
F(S) == G(S) if S is a set of strings, H(S) if S is a set of tuples