[Haskell-cafe] Convert IO Int to Int

Sebastian Sylvan sebastian.sylvan at gmail.com
Wed Jun 10 09:10:28 EDT 2009


On Wed, Jun 10, 2009 at 2:08 PM, Sebastian Sylvan <
sebastian.sylvan at gmail.com> wrote:

>
>
> randomList :: (RandomGen g) -> Int -> g -> [Integer]
>

 Just spotted this typo, it should be:

randomList :: (RandomGen g) = Int -> g -> [Integer]

There may be other minor typos as I don't have a compiler handy.

-- 
Sebastian Sylvan
+44(0)7857-300802
UIN: 44640862
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20090610/b4090722/attachment.html


More information about the Haskell-Cafe mailing list