Module Main

Summary of exported operations:

scBanner :: String   
styleGuideURL :: String   
main :: IO ()   
styleCheck :: (String,[Flag],[String]) -> IO ()   
styleCheck' :: (String,[Flag],[String]) -> Config -> IO ()   
getOutputOption :: Config -> Config -> String -> [(Int,String)] -> [Message] -> String   
updateConfigWithOpts :: [Flag] -> Config -> IO Config   
updateChecks :: String -> CheckList -> Bool -> Config -> IO CheckList   
restrict :: Config -> Int -> String -> IO ()   
configFileName :: String   
getConfig :: [Flag] -> IO Config   
getAST :: String -> Config -> IO (Module ())   
getSrc :: String -> Config -> IO [(Int,String)]   
getCheckOpts :: IO (String,[Flag],[String])   

Exported operations:

scBanner :: String   

styleGuideURL :: String   

Further infos:
  • solution complete, i.e., able to compute all solutions

main :: IO ()   

styleCheck :: (String,[Flag],[String]) -> IO ()   

styleCheck' :: (String,[Flag],[String]) -> Config -> IO ()   

getOutputOption :: Config -> Config -> String -> [(Int,String)] -> [Message] -> String   

updateConfigWithOpts :: [Flag] -> Config -> IO Config   

updateChecks :: String -> CheckList -> Bool -> Config -> IO CheckList   

restrict :: Config -> Int -> String -> IO ()   

configFileName :: String   

Further infos:
  • solution complete, i.e., able to compute all solutions

getConfig :: [Flag] -> IO Config   

getAST :: String -> Config -> IO (Module ())   

getSrc :: String -> Config -> IO [(Int,String)]   

getCheckOpts :: IO (String,[Flag],[String])