| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Tokstyle.Linter
Documentation
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 #
allWarnings :: [Text] Source #
diagToText :: IsPosition pos => Diagnostic pos -> Text #