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

Control.Effect.Interpreter.Heftia.Resource

Description

An elaborator for the Resource effect class.

Synopsis

Documentation

resourceToIO :: MonadUnliftIO m => Elab Resource m Source #

Elaborates the Resource effect under the MonadUnliftIO context.