Safe Haskell | None |
---|---|
Language | Haskell2010 |
Network.XmlRpc.Introspect
Documentation
type MethodInfo = (String, [Signature], Help) Source #
listMethods :: String -> IO [String] Source #
methodSignature :: String -> String -> IO [[String]] Source #
methodHelp :: String -> String -> IO String Source #
signatures :: String -> String -> IO [Signature] Source #
methodInfo :: String -> String -> IO MethodInfo Source #