Rafael wrote:
Hi
HTTP. We also need better availability of libraries, and a more
standard and reliable way to install them and specify their
dependencies. We could also do with a good debugger. These are being
addressed by the Google Summer of Code project.
Hi Neil, a good debugger ? What is i
I am pleased to announce that the latest issue of The Monad.Reader is
now available:
http://www.haskell.org/haskellwiki/The_Monad.Reader
Issue 7 consists of the following four articles:
* Matthew Naylor
A Recipe for controlling Lego using Lava
* Yaron Minsky
Caml Trading: Experienc
What I'm trying to do is something like below, except that #ifdef doesn't
really work..
#ifdef __GLASGOW_HASKELL__
import GHC.Prim
unsafePtrEq = reallyUnsafePtrEquality#
#endif
#ifdef __HUGS__
import Hugs.IOExts (unsafePtrEq)
#endif
Any help is greated appreciated!
Regards,
Paul Liu
__
On 30/04/07, Paul L <[EMAIL PROTECTED]> wrote:
What I'm trying to do is something like below, except that #ifdef doesn't
really work..
Use the -cpp flag to GHC.
--
-David House, [EMAIL PROTECTED]
___
Haskell mailing list
Haskell@haskell.org
http://ww
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Is there any reason that the following is not defined in Control.Arrow?
instance (ArrowApply a, ArrowPlus a) => MonadPlus (ArrowMonad a) where
mzero = ArrowMonad zeroArrow
mplus (ArrowMonad a) (ArrowMonad b) = ArrowMonad (a <+> b)
- --
Dan
Hello,
I don't know if there are French-speaking people reading this
mailing-list, but we at haskell-fr have some great news today !
We didn't find any French translation of the "Gentle Introduction to
Haskell" (version 98), thus we decide to write it.
Today, I would like to announce that we ha