| ||||
| ||||
| 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 |