[Haskell-cafe] [ANNOUNCE] vector-conduit
Felipe Almeida Lessa
felipe.lessa at gmail.com
Thu Mar 22 23:31:18 CET 2012
On Thu, Mar 22, 2012 at 8:03 PM, Jared Hance <jaredhance at gmail.com> 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.
Cheers,
--
Felipe.
More information about the Haskell-Cafe
mailing list