RE: How to build a Makefile that interacts with Core?

2000-07-31 Thread Simon Marlow
[kgolder @ zante testParse]$ make all make: *** Warning: File `Makefile' has modification time in the future (964897481 964897312) ghc-4.08 -lHSlang -lThinAir -lHSrts -lGHC -L. ^^ that looks a bit suspicious. If this is the ThinAir.o from GHC, why is it

Compiler error: AClass

2000-07-31 Thread Kirsten R. Chevalier
Hi, I'm trying to compile a program using GHC 4.08 on a Linux system, and I'm getting an error simply consisting of "AClass", with no output files from the compiler. When I compile with -v, I get the following output: The Glorious Glasgow Haskell Compilation System, version 4.08 Effective

Re: Compiler error: AClass

2000-07-31 Thread Michael Weber
On Mon, Jul 31, 2000 at 12:23:19 -0400, Kirsten R. Chevalier wrote: Hi, I'm trying to compile a program using GHC 4.08 on a Linux system, and I'm getting an error simply consisting of "AClass", with no output files from the compiler. When I compile with -v, I get the following output: The

Re: Haskell threads

2000-07-31 Thread Hannah Schroeter
Hello! On Mon, Jul 31, 2000 at 12:27:52AM +, Bill Halchin wrote: Hello Haskell Community, Is there a tutorial or simple sample Haskell scripts that demonstrate the use of Haskell Thread??. I know that Haskell threads are monad. import Concurrent main = forkIO a b where a =

Re: SocketPrim.hs

2000-07-31 Thread Hannah Schroeter
Hello! On Mon, Jul 31, 2000 at 12:40:07AM +, Bill Halchin wrote: Hello Haskell Community Where can I find the source for the Socket wrapper code, SocketPrim.hs?? If you're using GHC, in fptools/hslibs/net/. If you just want to use it, import it and compile/link with -syslib net.

Showing functions

2000-07-31 Thread Tony Davie
Hello all, Section 6.1.6 of the report says that "Functions are an instance of the Show class but not Read." How are functions meant to be shown? The standard prelude 'specification' doesn't say anything about it. -- Tony Davie, Computer Science, St.Andrews University, North Haugh, St.Andrews

Re: Showing functions

2000-07-31 Thread Ralf Hinze
| Section 6.1.6 of the report says that "Functions are an instance of the | Show class but not | Read." How are functions meant to be shown? The standard prelude | 'specification' doesn't say anything about it. That's a typo. Section 6.3.3 says ``All Prelude types, except function types and IO

PLI 2000: Second call for participation

2000-07-31 Thread Konstantin Läufer
[This may actually be the first call for participation on some of the lists.] The deadline for early conference registration and hotel reservations is August 25th (please see below for details). CALL FOR PARTICIPATION PLI 2000

Re: Classes

2000-07-31 Thread Carl R. Witty
"Claus Reinke" [EMAIL PROTECTED] writes: Fergus (and others): how about compiling a summary of the relationships (a kind of dictionary of terminologies) ? In particular, what is the state of the art in logic programming wrt determinism and termination analysis? Can you recommend any

Re: Classes

2000-07-31 Thread Marcin 'Qrczak' Kowalczyk
31 Jul 2000 12:33:31 -0700, Carl R. Witty [EMAIL PROTECTED] pisze: One simple constraint which proves termination is that every proper subterm of an "antecedent" must also be a proper subterm of the "conclusion". An instance declaration like (P (F [a]) (G [(a, b)]) (H a [b]), Q b a) =

ANNOUNCE: July 2000 Release of the Haskell Object Ovservation Debugger

2000-07-31 Thread Andy Gill
We are pleased to announce the first release of the Haskell Object Observation Debugger (HOOD) http://www.haskell.org/hood/ HOOD is a small post-mortem debugger for the lazy functional language Haskell. It is based on the concept of observation of intermediate data