Re: ghc image size

2001-12-15 Thread Eray Ozkural (exa)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 14 December 2001 11:09, Krasimir Angelov wrote: Executables are smaller when build them with dynamic libraries. Unfortunately dynamic libraries are supported only from ghc-4.08.X for Windows. I am not sure for ghc-5.02.1 looks like

ANNOUNCE: Hugs98 Christmas release

2001-12-15 Thread Johan Nordlander
-- __ __ __ __ ___ _ || || || || || || ||__ Hugs 98: Based on the Haskell 98 standard ||___|| ||__|| ||__|| __|| Copyright (c) 1994-2001 ||---||

Announce: Hugs Graphics Library

2001-12-15 Thread Sigbjorn Finne
We are pleased to announce a new release of the Hugs Graphics Library, version 2.0.4. The Hugs Graphics Library gives the programmer access to the most interesting and portable parts of the Win32 and X11 library. The library is distributed as open source and is suitable for use in teaching and

Re: Integer Enum ?

2001-12-15 Thread Matt Harden
Frank Dellaert wrote: Hi I'm not entirely clear how Integer can be an Enum instance. I thought Integer was arbitrary size, while for the Enum class you need to define a mapping from and to Int, which is bounded (in a machine dependent way, even ?). I'm probably missing something

Re: gcd 0 0 = 0

2001-12-15 Thread Alan Bawden
From: Simon Peyton-Jones [EMAIL PROTECTED] Date: Fri, 14 Dec 2001 01:18:56 -0800 ... If someone could write a sentence or two to explain why gcd 0 0 = 0, (ideally, brief ones I can put in the report by way of explanation), I think that might help those of us who have not

Re: modules, classes, instances

2001-12-15 Thread Fergus Henderson
On 14-Dec-2001, David Feuer [EMAIL PROTECTED] wrote: Well, I've been doing some more stupid thinking, and I've decided that I am not satisfied with the module system in haskell, or the way it deals with namespaces. It seems to me that there are four kinds of things that need to be dealt