Quantcast
Channel: GHC: Ticket #888: Implement the static argument transformation
Browsing all 55 articles
Browse latest View live

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 Article


comment added; testcase, milestone set

testcase set to N/Amilestone set to 6.8

View Article


comment added; attachment set

attachment set to Stream.hs Stream example

View Article

milestone changed

milestone changed from 7.6.1 to 7.6.2

View Article

priority, milestone changed

priority changed from low to normalmilestone changed from 7.4.1 to 7.6.1

View Article


cc changed

ccdterei added

View Article

cc changed

ccchoener@… added

View Article

milestone changed

milestone changed from 7.2.1 to 7.4.1

View Article


cc changed

ccJake.McArthur@… added

View Article


cc changed

ccreiner.pope@… added

View Article

milestone changed

milestone changed from 7.0.2 to 7.2.1

View Article

milestone changed

milestone changed from 7.0.1 to 7.0.2

View Article

cc changed

cchackage.haskell.org@… added

View Article


cc changed; failure set

ccjohan.tibell@… added failure set to None/Unknown

View Article

priority, milestone changed

priority changed from normal to lowmilestone changed from 6.12.3 to 6.14.1

View Article


milestone changed

milestone changed from 6.12 branch to 6.12.3

View Article

milestone changed

milestone changed from 6.10 branch to 6.12 branch

View Article


os changed

os changed from Unknown to Unknown/Multiple

View Article

architecture changed

architecture changed from Unknown to Unknown/Multiple

View Article

Article 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
Browsing all 55 articles
Browse latest View live