gcc & GHC?

2001-07-26 Thread hooh pxw
h(eye), ghc for win32 isn't cool. it remind me java in gcc 3.0. is there any ghc project as gcc front-end? then, we all happy on the technology of the GCC 3.0. mercury, also the front end of the gcc. http://gcc.gnu.org/frontends.html i am end user, so don't get me heavy/serious! Ah! john b

Re: wait(2)

2001-07-26 Thread Marcin 'Qrczak' Kowalczyk
Thu, 26 Jul 2001 16:44:57 +0200, George Russell <[EMAIL PROTECTED]> pisze: > Is there a way in Glasgow Haskell to get a thread to wait on a > child process in the same way as the Posix function wait(), and > get the termination status of the child? There is no easy way: all Haskell's thread run

RE: wait(2)

2001-07-26 Thread Simon Marlow
> Is there a way in Glasgow Haskell to get a thread to wait on > a child process > in the same way as the Posix function wait(), and get the > termination status > of the child? If so, how? There's a couple of ways. The obvious way is to get the thread to place its result in an MVar when it e

Re: Rationals

2001-07-26 Thread Amanda Clare
I wrote: > The package "std" has a Ratio.hi in the lib/imports directory > (std isn't described in the documentation) but including this > doesn't help - same error Oops, apologies, it turns out that this is correct for ghc, I just didn't include it in all the files that needed it. Amanda --

Rationals

2001-07-26 Thread Amanda Clare
Does anyone know how I use Rationals in ghc? In nhc I can just write let a = b % c But ghc-5.00.2 gives the error message "Variable not in scope: `%'" I've looked through the documentation and can't find any reference to a Rational library, or any other library that might have it. The package

wait(2)

2001-07-26 Thread George Russell
Is there a way in Glasgow Haskell to get a thread to wait on a child process in the same way as the Posix function wait(), and get the termination status of the child? If so, how? ___ Glasgow-haskell-users mailing list [EMAIL PROTECTED] http://www.hask