Commit ae0b7a1 DDC
committed
1 parent 5f70189 commit ae0b7a1 Copy full SHA for ae0b7a1
File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ interface to String-like types.)
12
12
## Structure of this project
13
13
14
14
- ** streamy-sig** is the abstract signature.
15
+ - ** streamy-bytes-sig** expands * streamy-sig* with a module signature for byte streams.
15
16
- ** streamy-pipes** is the pipes "bridge" package.
16
17
- ** streamy-streaming**
17
18
- ** streamy-conduit**
Original file line number Diff line number Diff line change 1
1
# streamy-conduit
2
2
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.
Original file line number Diff line number Diff line change 1
1
# streamy-pipes
2
2
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.
5
5
6
6
This package wraps delimited streams in the * WrappedGroups* newtype. You should
7
7
import the newtype if you plan to use functions taken directly from the * pipes-group*
Original file line number Diff line number Diff line change 1
1
# streamy-streaming
2
2
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.
5
5
6
6
This package wraps streams in the * WrappedStream* newtype and delimited streams
7
7
in the * WrappedGroups* newtype. You should import the newtypes if you plan to
You can’t perform that action at this time.
0 commit comments