c2hs on ghc5?

2001-04-19 Thread Jens-Ulrik Petersen
I checked c2hs-cvs a couple of days ago, and am wondering if anyone has any patches yet for building c2hs under ghc5? I guess it is just a matter of tweaking the config files a bit. So if noone else has had time yet, I will try to do it soon. Cheers, Jens __

Introducing a New Concept on Advanced Garbage Treatment Process

2001-04-19 Thread Tom Pledger
No, we already recycle, thanks. ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

Introducing a New Concept on Advanced Garbage Treatment Process

2001-04-19 Thread zwj
Introducing a new concept on advanced garbage treatment process, and licensing patents For details, please reference the web site: http://zwj5382.3322.net http://zwj5382.163.net The inventor would like to assign exclusive patent license to anyone who is interested in patented advanced garbage tre

haskell in a programming languages course?

2001-04-19 Thread Fred Hosch
For the time in MANY years, I'm scheduled to teach a junior-senior level programming languages course this fall. Our students are -- uhhh -- shall we say "marginal"? (I mean, this is no Mississippi State after all.) I've looked at a number of possible textbooks and found them to be disappointing

Re: (fromRational (1%5)) :: Double

2001-04-19 Thread Scott Turner
At 10:02 2001-04-19 +0400, S.D.Mechveliani wrote: >Hugs finds >Prelude> (fromRational (1%5)) :: Double > >0.2 > >Double has mantissa in a binary representation. So, the interpreter >has to convert a decimal 5 to a binary 101B, evaluate 1B / 101B

Re: GHC on MacOS X

2001-04-19 Thread Sebastien Carlier
Ashley Yakeley wrote: > I don't suppose Atze Dykstra or anyone else has done any more work on GHC > for MacOS X? Currently the 4.08.1 bootstrapping binaries don't work > properly under the final MacOS X -- I had to rerun ranlib on all the > libraries, and when I tried to compile a 'Hello World

Re: Dimensional analysis with fundeps

2001-04-19 Thread Ashley Yakeley
At 2001-04-19 01:19, Ashley Yakeley wrote: >Herewith my attempt. Sorry, that should have gone to the Haskell Cafe list. -- Ashley Yakeley, Seattle WA ___ Haskell mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell

Re: Dimensional analysis with fundeps

2001-04-19 Thread Ashley Yakeley
At 2001-04-09 10:29, Dylan Thurston wrote: >I hadn't thought about doing rational arithmetic with GCDs. Might be >nice. Herewith my attempt. I can't test it though, it runs afoul of one of the many bugs in Hugs' type-extension handling, and I haven't been able to run GHC on my MacOS X box. -

GHC on MacOS X

2001-04-19 Thread Ashley Yakeley
I don't suppose Atze Dykstra or anyone else has done any more work on GHC for MacOS X? Currently the 4.08.1 bootstrapping binaries don't work properly under the final MacOS X -- I had to rerun ranlib on all the libraries, and when I tried to compile a 'Hello World' Haskell program I got unreso