heftia-effects-0.6.0.1: higher-order algebraic effects done right
Copyright(c) 2024-2025 Sayo contributors
LicenseMPL-2.0 (see the LICENSE file)
Maintainerymdfield@outlook.jp
Safe HaskellSafe-Inferred
LanguageGHC2021

Control.Monad.Hefty.KVStore

Description

This module provides handlers for the KVStore effect, comes from Polysemy.KVStore in the polysemy-kvstore package.

Documentation

runKVStoreCC :: forall k v a es. (Ord k, FOEs es) => Map k v -> Eff (KVStore k v ': es) a -> Eff es (Map k v, a) Source #