Copyright | (c) 2018 Composewell Technologies |
---|---|
License | BSD-3-Clause |
Maintainer | streamly@composewell.com |
Stability | experimental |
Portability | GHC |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
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