axel-0.0.13: src/Axel/Eff/Unsafe.hs
{- HLINT ignore "Avoid restricted function" -}
module Axel.Eff.Unsafe where
import Effectful (Eff, IOE)
import Unsafe.Coerce (unsafeCoerce)
unsafeEmbedIO :: Eff (IOE ': effs) a -> Eff effs a
unsafeEmbedIO = unsafeCoerce