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

Safe HaskellNone
LanguageHaskell2010

DBus.Introspect

Synopsis

Documentation

deletePrefix :: ObjectPath -> Map ObjectPath a -> (Map ObjectPath a, Map ObjectPath a) Source

Delete prefix from map, returns (elements with prefix delete, elements that didn't have this prefix)

uncurry3 :: (t1 -> t2 -> t3 -> t) -> (t1, t2, t3) -> t Source