Re: [Haskell] Expecting more inlining for bit shifting

2006-10-11 Thread Samuel Bronson
Simon Peyton-Jones simonpj at microsoft.com writes: | So, my hypothesis is that the inliner doesn't recognise that | ``if (x = 0) then ...'' is effectively a case analysis on x, and thus the | argument discount is not fired. So we need to figure out how to extend | this criterion for

Re: [Haskell] Template Haskell Question: Spliced expr. of type TypeQ

2005-06-09 Thread Samuel Bronson
On 07/06/05, Simon Peyton-Jones [EMAIL PROTECTED] wrote: [Redirecting to GHC users] I'm afraid I never got around to implementing splices in types, I'm afraid. Interestingly, you are the first person who's asked for them. That is only because everyone else was too lazy to bother asking.

Why would my bugreports not have been responded to?

2005-05-12 Thread Samuel Bronson
I sent a couple of bug reports to the glasgow-haskell-bugs list, and I'm wondering why nobody seems to have responded yet. Should I have used the sourceforge bug tracker? Are they maybe just hard? Am I just being unreasonably impatient? -- Thanks, Sam