On Tue, Oct 21, 2008 at 11:43 AM, Luke Palmer <[EMAIL PROTECTED]> wrote:
> Hi, I need a rather strange data structure, and I can't find any
> existing implementations or think of a way to implement it.  It's a
> "multiqueue", basically a map of queues.  The trick is that it should
> be lazy in its spine and still support efficient access.  For example,
> the following should hold:
>

This doesn't answer your question, but how is a Map of queues not
"spine-lazy"? I'm mostly looking to understand that term.

Justin
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to