d-bus-0.1.5: Permissively licensed D-Bus client library

Safe HaskellNone
LanguageHaskell2010

DBus.Transport

Documentation

data UDS Source #

Instances

Eq UDS Source # 

Methods

(==) :: UDS -> UDS -> Bool #

(/=) :: UDS -> UDS -> Bool #

Show UDS Source # 

Methods

showsPrec :: Int -> UDS -> ShowS #

show :: UDS -> String #

showList :: [UDS] -> ShowS #

data TCP Source #

Instances

Eq TCP Source # 

Methods

(==) :: TCP -> TCP -> Bool #

(/=) :: TCP -> TCP -> Bool #

Show TCP Source # 

Methods

showsPrec :: Int -> TCP -> ShowS #

show :: TCP -> String #

showList :: [TCP] -> ShowS #

parseMaybe :: MonadPlus m => Maybe a -> m a Source #