-- |
-- Module      : Streamly.Internal.Data.Fold.Channel
-- Copyright   : (c) 2022 Composewell Technologies
-- License     : BSD-3-Clause
-- Maintainer  : streamly@composewell.com
-- Stability   : experimental
-- Portability : GHC

module Streamly.Internal.Data.Fold.Channel
    (
      module Streamly.Internal.Data.Fold.Channel.Type
    )
where

import Streamly.Internal.Data.Fold.Channel.Type