glualint-1.24.6: Attempts to fix your syntax erroring Lua files.
Safe HaskellSafe-Inferred
LanguageHaskell2010

GLuaFixer.BadSequenceFinder

Synopsis

Documentation

sequenceWarnings :: LintSettings -> [MToken] -> [String -> LintMessage] Source #

Returns all the warnings for a lexicon

checkFromString :: AParser a -> String -> Either ParseError a Source #

Helper function: check from string