minor fix
This commit is contained in:
parent
3f87278bc1
commit
a072883802
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue