streamly
streamly copied to clipboard
Replace the SerialT type in all modules by the "Stream" type
In all internal modules except:
- IsStream/*
In all released modules except:
- Streamly.Prelude
This is not yet fixed. There are still many references to SerialT in several modules that need to be changed to Stream.
Do we need to change test/benchmarks also?