heftia-effects-0.3.1.0: higher-order effects done right
Copyright(c) 2024 Yamada Ryo
LicenseMPL-2.0 (see the file LICENSE)
Maintainerymdfield@outlook.jp
Stabilityexperimental
Portabilityportable
Safe HaskellSafe-Inferred
LanguageGHC2021

Control.Effect.Interpreter.Heftia.Fail

Description

 

Documentation

runFailAsIO :: forall r fr u c. (Freer c fr, Union u, HFunctor (u '[]), Member u IO r) => Eff u fr '[] (LFail ': r) ~> Eff u fr '[] r Source #