↧
comment added
Here's another exampe, transferred from #1094 (Azmo): The current version of Data.List.foldl' is: foldl' :: (a -> b -> a) -> a -> [b] -> a foldl' f a [] = a foldl' f a (x:xs) = let a' =...
View Articlepriority, milestone changed
priority changed from low to normalmilestone changed from 7.4.1 to 7.6.1
View Articlepriority, milestone changed
priority changed from normal to lowmilestone changed from 6.12.3 to 6.14.1
View ArticleArticle 6
I'm currently investigating using the SAT to get stream fusion working properly, as per the ICFP07 paper. This probably just requires moving the SAT pass to a late stage in the pipeline...
View Article