Hi,
It seems that TLC does not support sets of mixed 'types': evaluating `{1, "a"}`, `{1, {}}`, `"a" \in {1}` result in errors like "Attempted to compare string "a" with non-string".
I thought sets would allow any mixed types of elements. Or is this a TLC optimization. I am trying to use to improve on the Json module to support arbitrary inputs, not just sequences.
Regards,
-Leroy van Engelen