On Oct 30, 2008, at 5:21 PM, Bertram Felgenhauer wrote:
George Pollard wrote:
There's also the ieee-utils package, which provides an IEEE monad
with
`setRound`:
http://hackage.haskell.org/packages/archive/ieee-utils/0.4.0/doc/
html/Numeric-IEEE-RoundMode.html
When run with +RTS -N2 -R
Dear Haskellers,
I thought some of you might be interested in our report from the darcs
hacking sprint, held on 25-26 October. See also the blog version of it
at http://blog.darcs.net/2008/10/darcs-hacking-sprint-1-report.html
(it has photos).
So how did that darcs hacking sprint go? Well, we h
On Fri, 2008-10-31 at 18:43 -0200, Mauricio wrote:
> Hi,
>
> After a lot of thinking, I can't get what I
> am doing wrong in this code:
>
> --
> data ( RandomGen g ) => RandomMonad g a = RandomMonad (g -> a)
>
> instance Monad (RandomMonad g) where
>return = RandomMonad . const
>Rand
On Fri, 31 Oct 2008, Jonathan Cast wrote:
On Fri, 2008-10-31 at 18:43 -0200, Mauricio wrote:
Hi,
After a lot of thinking, I can't get what I
am doing wrong in this code:
--
data ( RandomGen g ) => RandomMonad g a = RandomMonad (g -> a)
instance Monad (RandomMonad g) where
return = Ra
On Fri, 31 Oct 2008, Mauricio wrote:
Hi,
After a lot of thinking, I can't get what I
am doing wrong in this code:
--
data ( RandomGen g ) => RandomMonad g a = RandomMonad (g -> a)
RandomGen g is considered the constraint for the application of
RandomMonad constructor, but GHC does not
Hi,
After a lot of thinking, I can't get what I
am doing wrong in this code:
--
data ( RandomGen g ) => RandomMonad g a = RandomMonad (g -> a)
instance Monad (RandomMonad g) where
return = RandomMonad . const
RandomMonad f1 >>= f2 = RandomMonad f3 where
f3 a = f2f1 a (next a)
Ra
Installing gtk2hs from MacPorts on a clean mac:
2 -I/usr/X11R6/include
svgcairo/Graphics/Rendering/Cairo/SVG.chs:201:2:
Couldn't match expected type `()' against inferred type `CInt'
Expected type: Render ()
Inferred type: Render CInt
In the expression:
liftIO
On Thu, Oct 30, 2008 at 03:08:29PM -0700, Don Stewart wrote:
> dagit:
> > On Thu, Oct 30, 2008 at 1:20 PM, Juliusz Chroboczek
> > <[EMAIL PROTECTED]> wrote:
> > >> I wanted to know if anyone who is using distros with 6.6 need to be
> > >> able to build current releases of darcs from source.
> > >
>
On Thu, Oct 30, 2008 at 01:30:51PM -0700, Jason Dagit wrote:
> On Thu, Oct 30, 2008 at 1:22 PM, Juliusz Chroboczek
> <[EMAIL PROTECTED]> wrote:
> >> Also, note that Lenny has 6.8, and it is scheduled to become stable Real
> >> Soon Now.
> >
> > That's irrelevant. Lenny going stable will not cause