aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authormichaelt <what_is_it_to_do_anything@yahoo.com>2013-10-04 22:33:11 -0400
committermichaelt <what_is_it_to_do_anything@yahoo.com>2013-10-04 22:33:11 -0400
commitfac06c44c00de07cc6ad3a50cd2b0d099037fa31 (patch)
tree4ccef9893ced6cc02ed9df7b4c27f39cc25ddb9e
parenta3a2bf437ff25cc9651e6b1f40f2e1f4d72f9bcb (diff)
downloadtext-pipes-fac06c44c00de07cc6ad3a50cd2b0d099037fa31.tar.gz
text-pipes-fac06c44c00de07cc6ad3a50cd2b0d099037fa31.tar.zst
text-pipes-fac06c44c00de07cc6ad3a50cd2b0d099037fa31.zip
Readme
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 3befd45..71550b8 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,11 @@
1text-pipes 1text-pipes
2========== 2==========
3 3
4Text pipes, somehow to be fused with [`pipes-text`](https://github.com/ibotty/pipes-text). 4Text pipes, somehow to be fused with [`pipes-text`](https://github.com/ibotty/pipes-text)
5This follows the pattern of `pipes-bytestring` (largely by skillful use of the 5which uses an upcoming version of the `text` library to link bytestring and text.
6expedient of regular expressions), and adds a few 6
7`pipes-prelude`-like operations for testing. 7This module follows the pattern of `pipes-bytestring` (largely by skillful use of the
8expedient of regular expressions), and adds a few `pipes-prelude`-like operations.
8 9
9 10
10 >>> runEffect $ stdinLn >-> P.takeWhile (/= "quit") >-> stdoutLn 11 >>> runEffect $ stdinLn >-> P.takeWhile (/= "quit") >-> stdoutLn