haxr-3000.11.4.1: XML-RPC client and server library.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Network.XmlRpc.Introspect

Documentation

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 #