Dear Lukas,
I notice that when using the magritte list composition tool duplicates
are allowed but it cant handle moving idividual items up and down reliably.
On investigation it appears that the reason is due to moveUp: and
moveDown: using indexOf: rather than identityIndexOf:
I am not sure whether changing this behaviour would break other things.
I am testing it out with this change.
Keith