S.D.Mechveliani wrote:
| Haskell uses the names `next', `split' for Random.
| Maybe, it is better to add some prefix or suffix?
No!
Haskell has a perfectly fine module system which can take
care of these kind of issues. If you have other definitions
of "split" or "next", use "Random.split" or "Random.next".
(And there you have your prefix -- for free!)
Regards,
Koen.
--
Koen Claessen http://www.cs.chalmers.se/~koen
phone:+46-31-772 5424 e-mail:[EMAIL PROTECTED]
-----------------------------------------------------
Chalmers University of Technology, Gothenburg, Sweden