minor fix

This commit is contained in:
Dmitry Zuikov 2023-10-15 11:55:15 +03:00
parent 3f87278bc1
commit a072883802
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class Monad m => HasCfgKey a b m where
-- type family CfgValue a :: Type -- type family CfgValue a :: Type
key :: Id key :: Id
class (Monad m, HasCfgKey a b m) => HasCfgValue a b m where class Monad m => HasCfgValue a b m where
cfgValue :: m b cfgValue :: m b
class Monad m => HasConf m where class Monad m => HasConf m where