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]
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 #