-- |
-- Module      : Streamly.Internal.Data.Stream
-- Copyright   : (c) 2019 Composewell Technologies
-- License     : BSD-3-Clause
-- Maintainer  : streamly@composewell.com
-- Stability   : experimental
-- Portability : GHC
--
module Streamly.Internal.Data.Stream
    ( module Streamly.Internal.Data.Stream.StreamD
    )
where

import Streamly.Internal.Data.Stream.StreamD