On Wed, Jun 10, 2009 at 2:08 PM, Sebastian Sylvan <
sebastian.syl...@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
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to