Re[6]: [Haskell-cafe] #haskell works

2007-12-15 Thread Bulat Ziganshin
Hello Tim, Saturday, December 15, 2007, 5:35:03 PM, you wrote: the inliner can do the job of inlining (a fixed number of) iterations of a recursive function -- I don't know if it does this now, but it would be easy to implement. It may be that GHC *doesn't* inline tail-recursive functions,

Re: Re[6]: [Haskell-cafe] #haskell works

2007-12-15 Thread Tim Chevalier
On 12/15/07, Bulat Ziganshin [EMAIL PROTECTED] wrote: i see your point - it's easy to implement everything in GHC. probably its authors was sleeping last 15 years :) As you well know, implementing things in GHC isn't always easy for people who aren't named Simon, and people who are named Simon