streamly-0.5.2: src/Streamly/Internal.hs
-- |
-- Module : Streamly.Internal
-- Copyright : (c) 2018 Harendra Kumar
--
-- License : BSD3
-- Maintainer : harendra.kumar@gmail.com
-- Stability : experimental
-- Portability : GHC
--
-- This module is only for internal use. There is no warranty for the routines
-- in this module to work correctly, please use at your own risk. These
-- routines are subject to change or be removed without notice.
--
module Streamly.Internal
( inspectMode
)
where
import Streamly.Streams.SVar