Tokstyle.Common.EnumLinter
data EnumInfo Source #
Constructors
Fields
type MkFunBody = SymbolTable -> Lexeme Text -> EnumInfo -> Maybe (Node (Lexeme Text)) Source #
analyseEnums :: Text -> MkFunBody -> [(FilePath, [Node (Lexeme Text)])] -> [Text] Source #
mkLAt :: Lexeme a -> LexemeClass -> a -> Lexeme a Source #