Hal Daume III <[EMAIL PROTECTED]> writes: > Yes, (//) is terrible. It *never* tries to update in-place.
Any reason it couldn't be done in-place? (I.e. thaw, update all, and freeze again) Am I missing something -- Could partial results be used, the update list be infinite, or anything like that? > DiffArrays are very flaky and I would recommend staying away from them, Yep, my program crashed with them :-) (I may inadvertently be doing something nasty or illegal, though. The docs I found weren't all that great) -kzm -- If I haven't seen further, it is by standing in the footprints of giants _______________________________________________ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe
