True, but I have a problem defining a suitable set comprehension.
For example, suppose I have the set containing the following:
{Mary, Fred, Alice, Jack, Bob}
I now want that set converted to an equivalent sequence:
<Mary, Fred, Alice, Jack, Bob>
If I could iterate over the set...