-- | -- Module : Streamly.Data.Stream.Zip -- Copyright : (c) 2017 Composewell Technologies -- -- License : BSD3 -- Maintainer : streamly@composewell.com -- Stability : released -- Portability : GHC -- module Streamly.Data.Stream.Zip ( ZipStream (..) ) where import Streamly.Internal.Data.Stream.Zip