RE: -funfolding-use-threshold in GHC 5.03

2002-05-20 Thread Simon Peyton-Jones
Try -funfolding-use-threshold A rather poor user interface I fear. Simon | -Original Message- | From: Kirsten Chevalier [mailto:[EMAIL PROTECTED]] | Sent: 20 May 2002 02:35 | To: [EMAIL PROTECTED] | Subject: -funfolding-use-threshold in GHC 5.03 | | | I'm using a copy of GHC

[ ghc-Bugs-529156 ] Win32 - error on long cmdline with ghci

2002-05-20 Thread noreply
Bugs item #529156, was opened at 2002-03-12 14:24 You can respond by visiting: http://sourceforge.net/tracker/?func=detailatid=108032aid=529156group_id=8032 Category: Compiler Group: 5.02 Status: Closed Resolution: None Priority: 5 Submitted By: Marcus Lindblom (fizzgig) Assigned to:

PADL'03: First Call for Papers

2002-05-20 Thread Dr. Gopal Gupta
[- Apologies for multiple messages; - Paper submission deadline is July 31 - PADL'02 proceedings will be published as Springer Verlag LNCS, past proceedings can be found in LNCS 1551, 1753 and 1990, and 2257 ] FIRST CALL FOR PAPERS!!!

CLPSE'02: Call for papers

2002-05-20 Thread Dr. Gopal Gupta
[Apologies for multiple messages. Please note that the deadline is May 31, which is fast approaching.] CLPSE'02: (Constraint) Logic Programming and Software Engineering http://www.utdallas.edu/~gupta/clpse

WAAAPL 2002, final call for papers

2002-05-20 Thread Ralf Hinze
Apologies if you receive multiple copies... FINAL CALL FOR PAPERS ACM SIGPLAN WAAAPL 2002 [Deadline for

Re: Negative literals and the meaning of case -2 of -2 - True

2002-05-20 Thread Malcolm Wallace
Thomas Hallgren [EMAIL PROTECTED] writes: * hugs Dec 2001: main outputs: (FromInteger (-2),True) * ghc 5.02.2: main outputs: (FromInteger (-2),True) * hbc 0..5b: main outputs: (Negate (FromInteger 2),False) * nhc98 1.12: compiler outputs: Fail: What? matchAltIf at 7:13

Equivalence in class laws

2002-05-20 Thread Wolfgang Jeltsch
Hello, instances of classes are required to fulfill certain laws. These laws are usually given in the form t = t' where t and t' are terms. My question is what the exact meaning of the = is. Does it mean that evaluation of the terms must lead to equal results regarding (==)? But if this is the