Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Haskell Pipes
Conversations
About
Haskell Pipes
Contact owners and managers
1–30 of 299
Mark all as read
Report group
0 selected
Sal
3/14/18
Operating in nested stream when hoist is too generic
Hello, I ran into an issue when trying to use `hoist` because of `forall` quantifier which won't
unread,
Operating in nested stream when hoist is too generic
Hello, I ran into an issue when trying to use `hoist` because of `forall` quantifier which won't
3/14/18
Sal
2
3/14/18
Adapting zstandard streaming compression in Streaming
Figured out how to do this. Adding the code here for others who might try to solve this problem in
unread,
Adapting zstandard streaming compression in Streaming
Figured out how to do this. Adding the code here for others who might try to solve this problem in
3/14/18
Sal
3/12/18
Adapting Store binary serialization decoding for streaming library
I posted this to stack overflow in case anyone might be able to help answer it there. The problem
unread,
Adapting Store binary serialization decoding for streaming library
I posted this to stack overflow in case anyone might be able to help answer it there. The problem
3/12/18
Massimiliano Gubinelli
1/28/18
I do not understand last_ ...
Hi all, I'm a bit puzzled by the following output: Prelude> import qualified Streaming.Prelude
unread,
I do not understand last_ ...
Hi all, I'm a bit puzzled by the following output: Prelude> import qualified Streaming.Prelude
1/28/18
William Casarin
,
Daniel Díaz
3
10/5/17
[streaming] Stuck on simple "head -n3" implementation
B.lines returns "streaming lines" that don't need to be wholly in memory at any given
unread,
[streaming] Stuck on simple "head -n3" implementation
B.lines returns "streaming lines" that don't need to be wholly in memory at any given
10/5/17
Merijn Verstraaten
, …
Dan Burton
4
9/22/17
Combining a Pipe and Producer
That's basically what pipes-parse is. eg the Parser monad is type Parser amr = forall x. StateT (
unread,
Combining a Pipe and Producer
That's basically what pipes-parse is. eg the Parser monad is type Parser amr = forall x. StateT (
9/22/17
Daniel Díaz
,
Gabriel Gonzalez
7
9/16/17
Opinion on two splitting functions
On Friday, September 15, 2017 at 7:17:33 PM UTC+2, Gabriel Gonzalez wrote: Note that this applies to
unread,
Opinion on two splitting functions
On Friday, September 15, 2017 at 7:17:33 PM UTC+2, Gabriel Gonzalez wrote: Note that this applies to
9/16/17
Pranaya Behera
9/3/17
Using pipes, pipes-bytestream and pipes-group to parse xml
Hi, I am new to pipes library. I have a mediawiki data dump xml.bz2 file. I want to parse the xml
unread,
Using pipes, pipes-bytestream and pipes-group to parse xml
Hi, I am new to pipes library. I have a mediawiki data dump xml.bz2 file. I want to parse the xml
9/3/17
Bas van Dijk
, …
Oliver Charles
16
8/2/17
RFC: pipes-opaleye
Good point. On 2 August 2017 at 11:02, Oliver Charles <ol...@ocharles.org.uk> wrote: It would
unread,
RFC: pipes-opaleye
Good point. On 2 August 2017 at 11:02, Oliver Charles <ol...@ocharles.org.uk> wrote: It would
8/2/17
Tom Ellis
,
David McBride
3
7/28/17
Proxys in the wild
On Fri, Jul 28, 2017 at 12:30:15PM -0400, Ben Gamari wrote: > Tom Ellis <tom-lists-haskell-
unread,
Proxys in the wild
On Fri, Jul 28, 2017 at 12:30:15PM -0400, Ben Gamari wrote: > Tom Ellis <tom-lists-haskell-
7/28/17
aqu...@gmail.com
,
Gabriel Gonzalez
8
6/12/17
Multiple mapM and performance
Yeah, feel free to reproduce it anywhere you like On Jun 12, 2017, at 3:40 AM, aqu...@gmail.com
unread,
Multiple mapM and performance
Yeah, feel free to reproduce it anywhere you like On Jun 12, 2017, at 3:40 AM, aqu...@gmail.com
6/12/17
aqu...@gmail.com
,
David McBride
3
6/9/17
Zip of streams/pipes in right way
Thank you David! Have a nice weekand четверг, 8 июня 2017 г., 18:07:47 UTC+3 пользователь David M
unread,
Zip of streams/pipes in right way
Thank you David! Have a nice weekand четверг, 8 июня 2017 г., 18:07:47 UTC+3 пользователь David M
6/9/17
aqu...@gmail.com
, …
Gabriel Gonzalez
6
5/30/17
Newbie question about Streaming-based pipe with common state
Wow!!! Gabriel! Thank you very much! PS. Excuse my emotions please! :) вторник, 30 мая 2017 г., 17:32
unread,
Newbie question about Streaming-based pipe with common state
Wow!!! Gabriel! Thank you very much! PS. Excuse my emotions please! :) вторник, 30 мая 2017 г., 17:32
5/30/17
Corentin Dupont
,
Gabriel Gonzalez
2
5/26/17
Pipes and Unix pipes
I don't think there is a library that supports `pipes` integration with named pipes out of the
unread,
Pipes and Unix pipes
I don't think there is a library that supports `pipes` integration with named pipes out of the
5/26/17
Chris Pollard
,
Daniel Díaz
3
5/22/17
Pipes vs Foldl: where to end one and start the other
Thanks Daniel. I expected a mail in my inbox, so I just saw this. I'll have a look at your
unread,
Pipes vs Foldl: where to end one and start the other
Thanks Daniel. I expected a mail in my inbox, so I just saw this. I'll have a look at your
5/22/17
Yan Huang
, …
Gabriel Gonzalez
5
5/11/17
A Question on dummy types
The reason we don't define: type Producer b = Proxy X () X b ... is because you can't
unread,
A Question on dummy types
The reason we don't define: type Producer b = Proxy X () X b ... is because you can't
5/11/17
Daniel Hill
,
Gabriel Gonzalez
2
4/14/17
Don't understand the correct way to compose "meta" producers.
There is no way to turn a `Producer -> Producer` into a `Pipe` in general. Usually the point of
unread,
Don't understand the correct way to compose "meta" producers.
There is no way to turn a `Producer -> Producer` into a `Pipe` in general. Usually the point of
4/14/17
Martyn J Pearce
,
Gabriel Gonzalez
6
4/10/17
Pipes/Producers vs IO
One tip I would give is to not use `mtl` type classes when trying to reason about the code's
unread,
Pipes/Producers vs IO
One tip I would give is to not use `mtl` type classes when trying to reason about the code's
4/10/17
David M
3/17/17
Ann: pipes-break
About five months ago I had the sudden need to be able to split bytestrings and or text by delimiters
unread,
Ann: pipes-break
About five months ago I had the sudden need to be able to split bytestrings and or text by delimiters
3/17/17
Edmund Cape
,
Gabriel Gonzalez
5
2/27/17
Design consideration: when are pipe objects enabled with the benefits of decoupling?
Perfect. Thank you! - E On Sun, Feb 26, 2017 at 7:45 PM, Gabriel Gonzalez <gabri...@gmail.com
unread,
Design consideration: when are pipe objects enabled with the benefits of decoupling?
Perfect. Thank you! - E On Sun, Feb 26, 2017 at 7:45 PM, Gabriel Gonzalez <gabri...@gmail.com
2/27/17
Bardur Arantsson
, …
Gabriel Gonzalez
4
1/23/17
API design question
On 2017-01-22 17:56, Gabriel Gonzalez wrote: > The only thing I would add to Daniel's answer
unread,
API design question
On 2017-01-22 17:56, Gabriel Gonzalez wrote: > The only thing I would add to Daniel's answer
1/23/17
Colin Woodbury
,
Michael Thompson
6
1/19/17
streaming-bytestring and compression
Thank you Michael, this will come in handy very soon. On Tue, 17 Jan 2017 at 01:04 Michael Thompson
unread,
streaming-bytestring and compression
Thank you Michael, this will come in handy very soon. On Tue, 17 Jan 2017 at 01:04 Michael Thompson
1/19/17
Colin Woodbury
,
Gabriel Gonzalez
3
1/9/17
Splitting large files
Much thanks Gabriel, `streaming` was definitely the way to go. I've landed on a nice solution
unread,
Splitting large files
Much thanks Gabriel, `streaming` was definitely the way to go. I've landed on a nice solution
1/9/17
Louis Pan
, …
Mitchell Rosen
11
12/6/16
Is it possible to applicatively lift `Pipes a b m r` into `Pipes (ZipList a) (ZipList b) m r`?
This library would be awesome to have!
unread,
Is it possible to applicatively lift `Pipes a b m r` into `Pipes (ZipList a) (ZipList b) m r`?
This library would be awesome to have!
12/6/16
David M
,
Michael Thompson
7
8/20/16
Messages delimited by multiple newlines?
Hi David, I made some progress http://sprunge.us/iPPE Defining `splitOn` in terms of `breakOn` is
unread,
Messages delimited by multiple newlines?
Hi David, I made some progress http://sprunge.us/iPPE Defining `splitOn` in terms of `breakOn` is
8/20/16
Jeremy Shaw
, …
Kẏra
15
6/26/16
ANN: hyperdrive on github
Yes! I've been lost of in the lands of client-side framework development and other distractions.
unread,
ANN: hyperdrive on github
Yes! I've been lost of in the lands of client-side framework development and other distractions.
6/26/16
Daniel Díaz
,
Michael Thompson
4
6/17/16
[ANN] streaming-eversion
Ok, in my latest commit, I have implemented transvertM using cat & unseparate, and it seems to
unread,
[ANN] streaming-eversion
Ok, in my latest commit, I have implemented transvertM using cat & unseparate, and it seems to
6/17/16
Sal
,
Michael Thompson
4
6/14/16
Keeping memory bounded when converting from streaming to lazy bytestring
Hi Michael, Yep, I am working with conduit because of AWS API. Object response is of type Response (
unread,
Keeping memory bounded when converting from streaming to lazy bytestring
Hi Michael, Yep, I am working with conduit because of AWS API. Object response is of type Response (
6/14/16
Sal
,
Michael Thompson
6
6/11/16
Efficient way to take n bytes from lazy bytestring
Byte stream types shouldn't have much advantage over regular lazy bytestring here since aeson `
unread,
Efficient way to take n bytes from lazy bytestring
Byte stream types shouldn't have much advantage over regular lazy bytestring here since aeson `
6/11/16
Sal
,
Michael Thompson
6
6/7/16
runResourceT type conversion in streaming library
Sorry, those links should have been different from each other: - IO : http://hackage.haskell.org/
unread,
runResourceT type conversion in streaming library
Sorry, those links should have been different from each other: - IO : http://hackage.haskell.org/
6/7/16