heftia-effects-0.4.0.0: higher-order effects done right
Copyright(c) 2024 Sayo Koyoneda
LicenseMPL-2.0 (see the LICENSE file)
Maintainerymdfield@outlook.jp
Portabilityportable
Safe HaskellNone
LanguageGHC2021

Control.Monad.Hefty.Unlift

Description

 

Documentation

runUnliftBase :: forall (b :: Type -> Type). Monad b => Eff '[UnliftBase b] '[b] ~> b Source #