Kai Wang requested this on the haskell-pipes mailing list:
One suggestion I have is to include concrete, complete and non-trivial example programs to compliment the tutorial.
attoparsec comes with a simple http parser. the example program did several things: 1) it showcases idiomatic usage, without which I would have to learn (<) and (>) the hard way. 2) it provides a comparison to alternatives. (the example program also includes implementations in C and parsec).
I think pipes should do similar thing. Example program doesn't have to be long or complicated. but it should demonstrates common usage patterns.
I'm just stashing this here to remind myself to include this later.
Kai Wang requested this on the haskell-pipes mailing list:
I'm just stashing this here to remind myself to include this later.