
22 Mar
2012
22 Mar
'12
8:30 p.m.
On Thu, Mar 22, 2012 at 07:31:18PM -0300, Felipe Almeida Lessa wrote:
From: Felipe Almeida Lessa
To: haskell-cafe@haskell.org Date: Thu, 22 Mar 2012 19:31:18 -0300 Subject: Re: [Haskell-cafe] [ANNOUNCE] vector-conduit On Thu, Mar 22, 2012 at 8:03 PM, Jared Hance
wrote: I looked over it and decided to simply go with head/tail (not sure why I used the index thing... head/tail is so much more "functional"). That should still get some fusion benefit, right, since it all uses streams under the hood?
I'm almost sure that it won't fuse using head and tail, but YMMV.
Okay then. I just implemented the stream version; its at the git repository but I probably won't release for a few more days since I want to expand the testsuite.