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