Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
StatusNotifier.Util
Documentation
getIntrospectionObjectFromFile :: FilePath -> ObjectPath -> Q Object Source #
makeLensesWithLSuffix :: Name -> DecsQ Source #
convertARGBToABGR :: Word32 -> Word32 Source #
maybeToEither :: b -> Maybe a -> Either b a Source #
makeErrorReply :: ErrorName -> String -> Reply Source #
logErrorWithDefault :: Show a => (Priority -> String -> IO ()) -> b -> String -> Either a b -> IO b Source #
logEitherError :: Show a => (Priority -> String -> IO ()) -> String -> Either a b -> IO (Maybe b) Source #
exemptUnknownMethod :: b -> Either MethodError b -> Either MethodError b Source #