Copyright | (c) 2023 Yamada Ryo (c) 2017 FP Complete (c) 2022 Fumiaki Kinoshita |
---|---|
License | MPL-2.0 (see the file LICENSE) |
Maintainer | ymdfield@outlook.jp |
Stability | experimental |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | GHC2021 |
Control.Effect.Interpreter.Heftia.Resource
Description
An elaborator for the Resource
effect class.
Synopsis
- resourceToIO :: MonadUnliftIO m => Elab Resource m
Documentation
resourceToIO :: MonadUnliftIO m => Elab Resource m Source #
Elaborates the Resource
effect under the MonadUnliftIO
context.