Re: GHC-4.08.2

2001-02-06 Thread Manuel M. T. Chakravarty
Malcolm Wallace <[EMAIL PROTECTED]> wrote, > > The original haskell.org site seems ok, just mirror.ac.uk is broken. > > Oops, retract that. The RedHat 6 packages all seem to be 4.08.1, not > the advertised 4.08.2. There shouldn't be any links to RedHat 6 packages. I don't have a RedHat 6.x ma

GHC on Sourceforge

2001-02-06 Thread Simon Marlow
Hi folks, A while ago we opened a SourceForge project for GHC, mainly to make use of the bug tracking facilities. It's been working quite happily for some time now, so I think it's time to start using the bug tracking system for all bug reports. To report a bug, go to http://sourceforg

Re: GHC-4.08.2

2001-02-06 Thread Malcolm Wallace
> The original haskell.org site seems ok, just mirror.ac.uk is broken. Oops, retract that. The RedHat 6 packages all seem to be 4.08.1, not the advertised 4.08.2. Regards, Malcolm ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://ww

GHC-4.08.2

2001-02-06 Thread Malcolm Wallace
The download links on http://www.mirror.ac.uk/sites/www.haskell.org/ghc/ for the new GHC 4.08.2 have somewhat (ahem) strange referents. (The RedHat 6 binary package gives me a picture of Haskell B Curry, the RH6 profiling package gives me a .dvi file of the dynamic semantics of the language,

Re: Semi-applied datatypes in instance declarations

2001-02-06 Thread George Russell
Marcin 'Qrczak' Kowalczyk wrote: > > On Tue, 6 Feb 2001, George Russell wrote: > > > I apologise if this has been raised before, but the code I am > > writing now would look rather nicer if "partially applied > > type constructors" were permitted in instances. > > They are. For example monads.

Re: Semi-applied datatypes in instance declarations

2001-02-06 Thread Marcin 'Qrczak' Kowalczyk
On Tue, 6 Feb 2001, George Russell wrote: > I apologise if this has been raised before, but the code I am > writing now would look rather nicer if "partially applied > type constructors" were permitted in instances. They are. For example monads. -- Marcin 'Qrczak' Kowalczyk

ANNOUNCE: The Glasgow Haskell Compiler -- version 4.08.2

2001-02-06 Thread Julian Seward (Intl Vendor)
The Glasgow Haskell Compiler -- version 4.08.2 We are pleased to announce a new release of the Glasgow Haskell Compiler (GHC), version 4.08.2. The source distribution is freely available via the World-Wide Web and through ano

Semi-applied datatypes in instance declarations

2001-02-06 Thread George Russell
I apologise if this has been raised before, but the code I am writing now would look rather nicer if "partially applied type constructors" were permitted in instances. For example: class Event e where sync :: e a -> IO a data Event extraData a = blah blah . . . instance (context on extrada