haxr-3000.0.0: XML-RPC client and server library.ContentsIndex
Network.XmlRpc.Introspect
Documentation
type Signature = ([Type], Type)
type Help = String
type MethodInfo = (String, [Signature], Help)
listMethods :: String -> IO [String]
methodSignature :: String -> String -> IO [[String]]
methodHelp :: String -> String -> IO String
signatures :: String -> String -> IO [Signature]
methodInfo :: String -> String -> IO MethodInfo
Produced by Haddock version 0.8