Ertugrul Soeylemez <e...@ertes.de> wrote:

> Personally I prefer this:
>
>   somethingWithRandomsM :: (Monad m, Random a) => m a -> Something a

Of course, there is something missing here:

  somethingWithRandomsM :: (Monad m, Random a) => m a -> m (Something a)

Sorry.


Greets,
Ertugrul.


-- 
nightmare = unsafePerformIO (getWrongWife >>= sex)
http://blog.ertes.de/


_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to