Skip to content

Commit ae0b7a1

Browse files
author
DDC
committed
Updated READMEs.
1 parent 5f70189 commit ae0b7a1

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ interface to String-like types.)
1212
## Structure of this project
1313

1414
- **streamy-sig** is the abstract signature.
15+
- **streamy-bytes-sig** expands *streamy-sig* with a module signature for byte streams.
1516
- **streamy-pipes** is the pipes "bridge" package.
1617
- **streamy-streaming**
1718
- **streamy-conduit**

streamy-conduit/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# streamy-conduit
22

3-
Implementation of the *streamy-sig* signature using the *conduit* package
4-
ecosystem.
3+
Implementation of the *streamy-sig* and *streamy-bytes-sig* signatures using
4+
the *conduit* package ecosystem.

streamy-pipes/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# streamy-pipes
22

3-
Implementation of the *streamy-sig* signature using the *pipes* package
4-
ecosystem.
3+
Implementation of the *streamy-sig* and *streamy-bytes-sig* signatures using
4+
the *pipes* package ecosystem.
55

66
This package wraps delimited streams in the *WrappedGroups* newtype. You should
77
import the newtype if you plan to use functions taken directly from the *pipes-group*

streamy-streaming/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# streamy-streaming
22

3-
Implementation of the *streamy-sig* signature using the *streaming* package
4-
ecosystem.
3+
Implementation of the *streamy-sig* and *streamy-bytes-sig* signatures using
4+
the *streaming* package ecosystem.
55

66
This package wraps streams in the *WrappedStream* newtype and delimited streams
77
in the *WrappedGroups* newtype. You should import the newtypes if you plan to

0 commit comments

Comments
 (0)