2010/9/16 Alexey Karakulov <[email protected]>: > Hi. I'm writing GUI (gtk) program which purpose is take some data as user > input, perform some evaluations, and produce some plots and coefficients. > Since some evaluations take significant time (about 10 seconds), I try to > cache results. The problem is that dependency structure is quite > complicated, something like this:
You might do a search for "monads for incremental computing". I skimmed the paper, but it didn't really fit my problem so I never implemented it. It sounds like your problem might be a bit closer? _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
