[Haskell-cafe] Re: Really need some help understanding a solution

Peter Verswyvelen bugfact at gmail.com
Fri Mar 27 10:57:35 EDT 2009


How do you plan to consume the running sums of these data? How many
different keys do you have?
If all pure stuff fails, you can always revert to imperative techniques,
using a mutable
array<http://www.haskell.org/ghc/docs/6.6.1/html/libraries/base/Data-Array-ST.html>or
something  :)

On Fri, Mar 27, 2009 at 3:18 PM, GüŸnther Schmidt <gue.schmidt at web.de>wrote:

> Guys,
>
> I appreciate the contribution but I'm now more confused than ever :)
>
> On the Co-Induction-whatever thingy: Thanks, that's certainly something
> interesting and I'll try to find out more about it.
>
> But it looks like none of all the proposals offers a true solution, at
> least none from start to finish. The amount of data is large, but finite.
>
> So for now, I'll just stick with my initial approach as I'm running out of
> time.
>
>
> Günther
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://www.haskell.org/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090327/b615740f/attachment.htm


More information about the Haskell-Cafe mailing list