[vector] #85: Add list-like functions to mutable vectors

vector vector at projects.haskell.org
Sat Nov 17 09:38:31 GMT 2012


#85: Add list-like functions to mutable vectors
------------------------+---------------------------------------------------
Reporter:  is7s         |       Owner:     
    Type:  enhancement  |      Status:  new
Priority:  major        |   Milestone:     
 Version:               |    Keywords:     
------------------------+---------------------------------------------------
 I find it quite annoying that list-like functions (folds, map, sum etc.)
 are missing for mutable vectors. Either I have to implement them myself or
 freeze the vector to be able to use the immutable versions. Is there a
 reason for the absence of these functions from the mutable vector modules?

-- 
Ticket URL: <http://trac.haskell.org/vector/ticket/85>
vector <http://trac.haskell.org/vector>
Package vector


More information about the vector mailing list