Copyright | (c) 2024 Sayo Koyoneda |
---|---|
License | MPL-2.0 (see the LICENSE file) |
Maintainer | [email protected] |
Safe Haskell | None |
Language | GHC2021 |
Control.Monad.Hefty.Unlift
Description
Interpreters for the Unlift effects.
Documentation
runUnliftBase :: forall (b :: Type -> Type). Monad b => Eff '[UnliftBase b] '[b] ~> b Source #
runUnliftIO :: forall (m :: Type -> Type). MonadUnliftIO m => Eff '[UnliftIO] '[m] ~> m Source #
module Data.Effect.Unlift