diff options
author | michaelt <what_is_it_to_do_anything@yahoo.com> | 2013-10-04 22:33:11 -0400 |
---|---|---|
committer | michaelt <what_is_it_to_do_anything@yahoo.com> | 2013-10-04 22:33:11 -0400 |
commit | fac06c44c00de07cc6ad3a50cd2b0d099037fa31 (patch) | |
tree | 4ccef9893ced6cc02ed9df7b4c27f39cc25ddb9e | |
parent | a3a2bf437ff25cc9651e6b1f40f2e1f4d72f9bcb (diff) | |
download | text-pipes-fac06c44c00de07cc6ad3a50cd2b0d099037fa31.tar.gz text-pipes-fac06c44c00de07cc6ad3a50cd2b0d099037fa31.tar.zst text-pipes-fac06c44c00de07cc6ad3a50cd2b0d099037fa31.zip |
Readme
-rw-r--r-- | README.md | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,10 +1,11 @@ | |||
1 | text-pipes | 1 | text-pipes |
2 | ========== | 2 | ========== |
3 | 3 | ||
4 | Text pipes, somehow to be fused with [`pipes-text`](https://github.com/ibotty/pipes-text). | 4 | Text pipes, somehow to be fused with [`pipes-text`](https://github.com/ibotty/pipes-text) |
5 | This follows the pattern of `pipes-bytestring` (largely by skillful use of the | 5 | which uses an upcoming version of the `text` library to link bytestring and text. |
6 | expedient of regular expressions), and adds a few | 6 | |
7 | `pipes-prelude`-like operations for testing. | 7 | This module follows the pattern of `pipes-bytestring` (largely by skillful use of the |
8 | expedient 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 |