tokstyle-0.0.9: TokTok C code style checker
Safe HaskellNone
LanguageHaskell2010

Tokstyle.Linter

Documentation

analyse :: [Text] -> [TranslationUnit] -> [Diagnostic CimplePos] Source #

analyseLocal :: [Text] -> TranslationUnit -> [Diagnostic CimplePos] Source #

analyseGlobal :: [Text] -> [TranslationUnit] -> [Diagnostic CimplePos] Source #

analyseText :: [Text] -> [TranslationUnit] -> [Text] Source #

analyseLocalText :: [Text] -> TranslationUnit -> [Text] Source #

analyseGlobalText :: [Text] -> [TranslationUnit] -> [Text] Source #