RE: ghc on alpha-linux?

2003-07-07 Thread Simon Peyton-Jones
Ken Shan was making good progress on an Alpha port of GHC. Ken, could you update us on the status? Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] | On Behalf Of Peter Strand | Sent: 04 July 2003 11:22 | To: [EMAIL PROTECTED] | Subject: ghc on alpha-linux?

Re: Question regarding arrows...

2003-07-07 Thread Ross Paterson
On Sun, Jul 06, 2003 at 05:31:59PM +0100, MR K P SCHUPKE wrote: > I am trying to define the left operator for a CPS arrow of type: > > newtype CPSFunctor ans a b c = CPS ((a c ans) -> (a b ans)) > > [...] > So I try and apply this to left and get: > > left (CPS f) = CPS $ \k -> arr (\z -> case z

Re: ghc on alpha-linux?

2003-07-07 Thread Ketil Z. Malde
"Simon Peyton-Jones" <[EMAIL PROTECTED]> writes: > Ken Shan was making good progress on an Alpha port of GHC. Ken, could > you update us on the status? Courtesy of the good people at SGI, I have now access to an SGI Altix (8 Itanium processors, and lots of RAM that I Really Need). So, I'm very

Re: ghc on alpha-linux?

2003-07-07 Thread Rafael Martinez Torres
On Mon, 7 Jul 2003, Ketil Z. Malde wrote: > "Simon Peyton-Jones" <[EMAIL PROTECTED]> writes: > > > Ken Shan was making good progress on an Alpha port of GHC. Ken, could > > you update us on the status? > > Courtesy of the good people at SGI, I have now access to an SGI Altix > (8 Itanium proce

GHC 6.0 on Win32: warning!

2003-07-07 Thread Simon Peyton-Jones
Dear GHC users If you use GHC 6.0 on Win32, read on. Otherwise, don't bother. Some of you have already discovered that GHC 6.0 has a nasty bug: if you go ghci foo\Baz.hs and there is any error at all in Baz.hs, then GHC deletes the source file! This seems like excessive punishment for a