heftia-effects-0.5.0.0: higher-order algebraic effects done right
Copyright(c) 2024 Sayo Koyoneda
LicenseMPL-2.0 (see the LICENSE file)
Maintainer[email protected]
Safe HaskellNone
LanguageGHC2021

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 #