| I think using monads, and specially a powerful one like IO, everywhere is
| a mistake. I can't see the need for most uses of random numbers.
|
| -- Lennart
Yes, yes. I am also suspisious about bringing monads to everywhere.
Probably, we need them only to program input (output).
As to the random generator, it is natural for it to take, say, a
couple of Integers and yield some infinite list. Why should it differ
"monadically" from other functions?
------------------
Sergey Mechveliani
[EMAIL PROTECTED]