[Haskell-cafe] Question: Lazy Incremental Evaluation and Haskell?
Sean Leather
leather at cs.uu.nl
Fri Oct 7 11:22:45 CEST 2011
Hi Benjamin,
My question is, roughly, is there already an existing framework for
> incremental evaluation in Haskell?
>
We at Utrecht have done some work on this:
http://people.cs.uu.nl/andres/Incrementalization/
Simply put, if your computation is a fold/catamorphism, then you can easily
take advantage of a generic framework for incremental evaluation.
We haven't actually turned this into a library, but if you're interested, we
can discuss doing that.
Regards,
Sean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20111007/44f8016c/attachment.htm>
More information about the Haskell-Cafe
mailing list