the rand* function are examples for a typical state usage,  arent' they?
Is there any reasoon why they are not defined 
  RandomGen g => State g a
rather than
  RandomGen g => (a,a) -> g -> (a,g)
?

Marc
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to