#4314: Move 'split' from the 'RandomGen' class to a new 'SplittableGen' class
---------------------------------+------------------------------------------
    Reporter:  TomMD             |       Owner:                  
        Type:  proposal          |      Status:  new             
    Priority:  normal            |   Component:  libraries/random
     Version:  6.12.3            |    Keywords:                  
    Testcase:                    |   Blockedby:                  
          Os:  Unknown/Multiple  |    Blocking:                  
Architecture:  Unknown/Multiple  |     Failure:  None/Unknown    
---------------------------------+------------------------------------------
 The proposal is to:

 1) Create the 'SplittableGen' class in System.Random:
 class SplittableGen g where split :: g -> (g,g)

 2) (Re)move  the 'split' routine from RandomGen.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4314>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to