bluefin-0.6.0.0: src/Bluefin/IO.hs
module Bluefin.IO
( -- | You can run 'IO' operations inside 'Eff'.
-- * Capability
IOE,
-- * Handlers
runEff,
-- * Effectful operations
effIO,
rethrowIO,
-- * IO type classes
withMonadIO,
withEffToIO_,
withEffToIOCloneHandle,
-- ** @EffReader@
EffReader,
effReader,
runEffReader,
-- ** Deprecated versions
withEffToIO,
runEff_,
)
where
import Bluefin.Internal
import Bluefin.Internal.CloneableHandle