[vector] #21: Add another form of unfoldr
vector
vector at projects.haskell.org
Wed Jun 8 00:23:50 BST 2011
#21: Add another form of unfoldr
------------------------+---------------------------------------------------
Reporter: Khudyakov | Owner:
Type: enhancement | Status: closed
Priority: major | Milestone: 0.8
Version: 0.7 | Resolution: fixed
Keywords: |
------------------------+---------------------------------------------------
Changes (by rl):
* status: new => closed
* resolution: => fixed
Comment:
Actually, since `unfoldrN` is inlined, there should be no performance
difference between `unfoldrN n . Just` and `unfoldrN2 n` so I don't think
it's necessary to add the latter. Please shout if you think otherwise!
--
Ticket URL: <http://trac.haskell.org/vector/ticket/21#comment:8>
vector <http://trac.haskell.org/vector>
Package vector
More information about the vector
mailing list