oldk1331 wrote:
> 
> OK, so there's a documentation bug in parts/members.
> And "entries" is available for aggregates which isn't
> a finiteAggregate.  All of them don't guarantee order.
> 
> What I want is a function that returns its elements to a
> list in order, so that I can convert/compare
> IndexedVector/IndexedList etc. to each other.

As long as aggregate imposes order 'parts' should do:
construct(parts(x)) shoud be x, so 'parts' should
preserver whatever order aggregate has.  Of course,
if aggregate is unordered like Set, then 'parts'
can return any order it wishes (probably internal
order).

-- 
                              Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to