Henning Thielemann <[EMAIL PROTECTED]> writes:
> Is it possible to merge more than two sequences? In this case a non-empty
> list type may be a solution. You need different types? Do you have
> different types of events?

Yes, and for the case where all sequences are of the same type there
is a function [E a] -> E [a]...

> In Haskore I have factored out two modules for handling sequences of
> events, incl. a merge function:
>  http://darcs.haskell.org/haskore/src/Haskore/Basic/TimeOrderedList.lhs
>  http://darcs.haskell.org/haskore/src/Haskore/Basic/TimeOrderedListPad.lhs

Thanks for the links, I will look further and...

> Sometimes I thought it would be a good idea to put them in a separate
> package.

certainly a general framework for this would be interesting, of course
there are so many variants possible...

Rohan
_______________________________________________
haskell-art mailing list
haskell-art@lists.lurk.org
http://lists.lurk.org/mailman/listinfo/haskell-art

Reply via email to