streamly-0.11.1: src/Streamly/Internal/Data/Unfold/Prelude.hs
{-# OPTIONS_GHC -Wno-deprecations #-}
-- |
-- Module : Streamly.Internal.Data.Unfold.Prelude
-- Copyright : (c) 2022 Composewell Technologies
-- License : BSD-3-Clause
-- Maintainer : streamly@composewell.com
-- Stability : experimental
-- Portability : GHC
--
module Streamly.Internal.Data.Unfold.Prelude
(
module Streamly.Internal.Data.Unfold.Exception
-- * Deprecated
, module Streamly.Internal.Data.Unfold.SVar
)
where
import Streamly.Internal.Data.Unfold.Exception
import Streamly.Internal.Data.Unfold.SVar