(both november 1999 and pre 201 releases)


> module Main where
> import Random

> symbols i = take 1 $ drop 417 $ map show $ (randoms (mkStdGen i):: [Int])
> main = putStr $ show $ symbols 1

I was wondering why there's a control stack overflow, and whether I'm
doing
something stupid. The code's purpose was to create random symbols to
test a
symbol table ADT I wrote.

Sengan

Reply via email to