Florent Hivert - 2004-02-03

Logged In: YES
user_id=153147

The current default implementation of generators::toList which is
faster than the trivial one using append does not allows for sequences.
The trivial one (called toList_append) does and flatten the sequences.

But since you can use lists rather that sequences, and that it it likely
that using sequences will break other functions dealing with generators,
I'm in favor of forbidding generator that returns expression sequences.