Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data ControlCountT m a Source #
Instances
runControlCountT :: Monad m => ConfigCount -> ControlCountT m a -> m a Source #
newtype ConfigCount Source #
Instances
class CountableException a where Source #
isException :: a -> Bool Source #
Instances
CountableException () Source # | |
Defined in Blucontrol.Control.Count isException :: () -> Bool Source # | |
CountableException a => CountableException (Maybe a) Source # | |
Defined in Blucontrol.Control.Count isException :: Maybe a -> Bool Source # | |
CountableException a => CountableException (Either b a) Source # | |
Defined in Blucontrol.Control.Count isException :: Either b a -> Bool Source # |