-- | -- Module : Streamly.Internal.Data.Fold.Prelude -- Copyright : (c) 2022 Composewell Technologies -- License : BSD-3-Clause -- Maintainer : streamly@composewell.com -- Stability : experimental -- Portability : GHC -- module Streamly.Internal.Data.Fold.Prelude ( module Streamly.Internal.Data.Fold.Async , module Streamly.Internal.Data.Fold.Concurrent , module Streamly.Internal.Data.Fold.SVar ) where import Streamly.Internal.Data.Fold.Async import Streamly.Internal.Data.Fold.Concurrent import Streamly.Internal.Data.Fold.SVar