[Haskell-cafe] installing HaXml

2004-10-30 Thread Tom Spencer
Hi, I thought i had successfully installed HaXml, ghci loads up the package successfully etc. but then it complains that it can't find XmlLib. Using -v i get the following: Prelude> :load iChing.hs *** Chasing dependencies: iChing.hs: Can't find module `XmlLib' locations searched:

Re: [Haskell-cafe] Set of reals...?

2004-10-30 Thread Keean Schupke
I would have thought it would have been sensible to base floating point maths on the IEEE spec, as thats what most hardware implements, and there are libraries to emulate it for everything else. Does haskell use IEEE primitives for things like sin/cos and sqrt? I am really surprised this area seems