[vector] #84: Add strict versions of mapM and friend

vector vector at projects.haskell.org
Fri Nov 16 17:50:55 GMT 2012


#84: Add strict versions of mapM and friend
------------------------+---------------------------------------------------
Reporter:  tibbe        |       Owner:     
    Type:  enhancement  |      Status:  new
Priority:  major        |   Milestone:     
 Version:               |    Keywords:     
------------------------+---------------------------------------------------
 I had a big space leak due to using mapM and I had to roll my own `mapM'`
 that goes via lists. It would be nice if the library included `mapM'` and
 `forM'`, as they're hard to write outside the library due to having to go
 through the streaming machinery.

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


More information about the vector mailing list