From 3bd3dbaaf6c840e05b90da8a8fd1e051cf473255 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Wed, 12 Aug 2026 21:41:28 +0200 Subject: Key handling in MonadStorage class --- src/Erebos/Storage.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Erebos/Storage.hs') diff --git a/src/Erebos/Storage.hs b/src/Erebos/Storage.hs index f6ee200..a2d497f 100644 --- a/src/Erebos/Storage.hs +++ b/src/Erebos/Storage.hs @@ -20,11 +20,11 @@ module Erebos.Storage ( watchHead, watchHeadWith, unwatchHead, watchHeadRaw, - MonadStorage(..), + MonadStorage(..), mloadKey, ) where import Erebos.Object.Internal -import Erebos.Storable.Internal import Erebos.Storage.Disk import Erebos.Storage.Head import Erebos.Storage.Memory +import Erebos.Storage.Monad -- cgit v1.2.3