[vector] #54: Missing NFData instances for vector types

vector vector at projects.haskell.org
Sun Jan 29 12:23:33 GMT 2012


#54: Missing NFData instances for vector types
------------------------+---------------------------------------------------
Reporter:  hvr          |        Owner:          
    Type:  enhancement  |       Status:  reopened
Priority:  blocker      |    Milestone:  0.10    
 Version:  0.7          |   Resolution:          
Keywords:               |  
------------------------+---------------------------------------------------

Comment(by rl):

 I think to be safe, it would have to be a separate type class. Perhaps
 something like this:

 {{{
 class Monad m => NFDataM m a where
   mrnf :: a -> m ()
 }}}

 I hope 0.10 will be out within the next month. I'm making a lot of changes
 at the moment, though.

-- 
Ticket URL: <http://trac.haskell.org/vector/ticket/54#comment:16>
vector <http://trac.haskell.org/vector>
Package vector


More information about the vector mailing list