unused-0.5.0.2: A command line tool to identify unused code.
Unused.Util
groupBy :: Ord b => (a -> b) -> [a] -> [(b, [a])] Source #
stringToInt :: String -> Maybe Int Source #
safeHead :: [a] -> Maybe a Source #
readIfFileExists :: String -> IO (Maybe String) Source #