On Wed, Jun 10, 2009 at 2:08 PM, Sebastian Sylvan
<sebastian.sylvan@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.