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