Re: hrm...

2007-01-28 Thread Bertram Felgenhauer
Donald Bruce Stewart wrote: john: so I have this simple bit of code, which should be fast but seems to be being compiled to something very slow. import Data.Word import Data.Bits fhb :: Word - Word fhb w = b1 .|. b2 where b2 = if 0x .. w /= 0 then 0x2 else 0

Re: HEAD ghci crash on ppc OS X

2007-01-28 Thread Ian Lynagh
On Tue, Jan 16, 2007 at 02:19:46PM -0800, David Kirkman wrote: http://cass166.ucsd.edu/~david/link-patch Applied, thanks! Ian ___ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org