Streamly.Internal.Data.Stream.StreamD
Direct style re-implementation of CPS stream in
Streamly.Internal.Data.Stream.StreamK. The symbol or suffix D
in this
module denotes the Direct style. GHC is able to INLINE and fuse direct
style better, providing better performance than CPS implementation.
import qualified Streamly.Internal.Data.Stream.StreamD as D