Is your feature request related to a problem? Please describe.
The streaming package has a corresponding streaming-bytestring package, with a specialised ByteStream m r type. Should linear-base adopt this convention also, and provide a linear ByteStream to parallel the linear streams it provides?
Describe the solution you'd like
A definite decision that yes, we'd like a linear ByteStream library (and would be open to a PR, even if there's no near-term plan for Tweag to build one); or no, you should be using Stream (Of ByteString).
Is your feature request related to a problem? Please describe.
The
streamingpackage has a correspondingstreaming-bytestringpackage, with a specialisedByteStream m rtype. Shouldlinear-baseadopt this convention also, and provide a linearByteStreamto parallel the linear streams it provides?Describe the solution you'd like
A definite decision that yes, we'd like a linear
ByteStreamlibrary (and would be open to a PR, even if there's no near-term plan for Tweag to build one); or no, you should be usingStream (Of ByteString).