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.Fail

Description

 

Documentation

runFailIO :: forall (ef :: [EffectF]) (eh :: [EffectH]). IO <| ef => Eff eh (Fail ': ef) ~> Eff eh ef Source #