Re: [Felix-language] cool code

2007-03-31 Thread skaller
On Sat, 2007-03-31 at 14:48 +1000, skaller wrote: > I'm looking at reductions in light of the GHC techniques described > in this paper: > > http://research.microsoft.com/~simonpj/Papers/rules.htm > > and as part of that I'm looking at the foldr/build model > of lists Well interesting. The fusion

[Felix-language] cool code

2007-03-30 Thread skaller
I'm looking at reductions in light of the GHC techniques described in this paper: http://research.microsoft.com/~simonpj/Papers/rules.htm and as part of that I'm looking at the foldr/build model of lists, and implemented this for starters: be scared to look at the generated C++ .. but it does wor