streamly-0.11.0: src/Streamly/Internal/Data/Stream/SVar.hs
{-# OPTIONS_GHC -Wno-deprecations #-}
-- |
-- Module : Streamly.Internal.Data.Stream.SVar
-- Copyright : (c) 2022 Composewell Technologies
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Portability : GHC
--
module Streamly.Internal.Data.Stream.SVar
{-# DEPRECATED "This module will be removed in future." #-}
(
module Streamly.Internal.Data.Stream.SVar.Eliminate
, module Streamly.Internal.Data.Stream.SVar.Generate
)
where
import Streamly.Internal.Data.Stream.SVar.Eliminate
import Streamly.Internal.Data.Stream.SVar.Generate