property-list-0.0.0.1.1: XML property list parser

Data.PropertyList

Documentation

foldPropertyList :: ([a] -> a) -> (ByteString -> a) -> (UTCTime -> a) -> (Map String a -> a) -> (Double -> a) -> (Integer -> a) -> (String -> a) -> (Bool -> a) -> (t -> a) -> PropertyList t -> aSource

parseT :: Monad t => (a -> Either (t a) b) -> a -> t bSource

propertyListToPlist :: (a -> PlistItem) -> PropertyList a -> PlistSource

propertyListToPlistItem :: (a -> PlistItem) -> PropertyList a -> PlistItemSource