packages feed

streamly-core-0.1.0: src/Streamly/Data/Stream/Zip.hs

-- |
-- 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