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

vector vector at projects.haskell.org
Fri Sep 9 12:07:29 BST 2011


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

Comment(by hvr):

 Replying to [comment:2 choener]:
 > Doesn't the first one crash during runtime, if you actually call rnf on
 an unboxed vector?

 why should it? The first one uses the default `rnf` implementation which
 corresponds to something like `rnf x = seq x ()`

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


More information about the vector mailing list