haxr-3000.11.2: XML-RPC client and server library.
Network.XmlRpc.Introspect
type Signature = ([Type], Type) Source #
type Help = String Source #
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 #