ANNOUNCE: Red Hat RPMs of Haskell Mode for Emacs

2002-03-22 Thread Tom Moertel
I have packaged the Haskell Mode for Emacs at http://www.haskell.org/haskell-mode/ into RPMs for Red Hat Linux 7.2 (and similar platforms). Once the packages are installed, Haskell Mode is automatically enabled when you start up Emacs. Integration with Hugs is the default, but a quick chan

Haskell server switchover

2002-03-22 Thread Mark Wogahn
Hi All, I will be bringing the haskell server down tomorrow morning (Sat Mar 23 ) between 08:00 and 8:30 to do some needed service. It should be back online no later than 9:00. Sorry for any inconvenience. -Mark -- Mark Wogahn / [EMAIL PROTECTED] Workstation Support Services (WSS) De

Re: Hugs Bug !

2002-03-22 Thread Alastair Reid
Ahn Ki-yung <[EMAIL PROTECTED]> reports: > {Apparently inessential details of program supressed] > > in unix/linux proper error msg comes out and back to interpreter. > > ERROR - Control stack overflow > > === > but in windows 2000 > > Then suddnly interpreter fails and > the red (X)

RE: catch (fail "...")

2002-03-22 Thread Simon Peyton-Jones
This is an inconsistency that was fixed in the revised Haskell98 report (Apr 2001). See http://research.microsoft.com/~simonpj/haskell98-revised In the bug list look for Page 90. It looks as though Hugs hasn't quite caught up with this change. Simon | -Original Message- | Fro

Re: Lambda over types.

2002-03-22 Thread Keith Wansbrough
anatoli <[EMAIL PROTECTED]> writes: > ghc -fglasgow-exts -fallow-undecidable-instances allows > constructs which amount to lambda abstraction over types. > I've written a small untyped lambda calculus interpreter > in the Haskell class/instance sublanguage, just to prove > this point. (The ter

Re: Typo: Hugs Bug ! >> it was +

2002-03-22 Thread Rijk J. C. van Haaften
Ahn Ki-yung wrote: >Prelude> f 1 where f x = x : f x >[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, >,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1, >,1,1,{Interrupted!} > >Prelude> f 1 where f x = x + f x --> Immediate (!) crash Indeed, I could reproduce this on my