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