|
| Darcs.Commands.ShowAuthors |
|
|
|
|
| Documentation |
|
| show_authors_description :: String |
|
| show_authors_help :: String |
|
| show_authors :: DarcsCommand |
|
| authors_cmd :: [DarcsFlag] -> [String] -> IO () |
|
| canonize_author :: [(String, [Regex])] -> String -> String |
|
| contains :: String -> String -> Bool |
|
| contains_regex :: String -> Regex -> Bool |
|
| compiled_author_spellings :: IO [(String, [Regex])] |
|
| authorspellingsfile :: FilePath |
|
| author_spellings_from_file :: IO [[String]] |
|
| split_on :: Eq a => a -> [a] -> [[a]] |
|
| strip :: String -> String |
|
| Produced by Haddock version 2.4.2 |