dbus-1.2.27: A client library for the D-Bus IPC system.
Safe HaskellSafe-Inferred
LanguageHaskell2010

DBus.Generation

Synopsis

Documentation

mkTupE :: [Exp] -> Exp Source #

Compatibility helper to create (total) tuple expressions

(??) :: Functor f => f (a -> b) -> a -> f b infixl 4 Source #

(?/?) :: ClientBusPathR (a -> IO b) -> a -> ClientBusPathR b infixl 4 Source #

buildGetTHType :: (Type -> Type) -> (Type -> Type -> Type) -> Type -> Type Source #

addArgIf :: Bool -> a -> [a] -> [a] Source #

mkFunD :: Name -> [Name] -> Exp -> Dec Source #

maybeName :: a -> Bool -> Maybe a Source #

mapOrHead :: (Num a, Eq a) => a -> (t -> b) -> [t] -> ([b] -> b) -> b Source #