=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== uuagc-0.9.52.2/src/Parser.hs-103- pElemsFiles agi = pFoldr (($),([],[],Nothing)) pElem' uuagc-0.9.52.2/src/Parser.hs:104: where pElem' = addElem <$> pElem uuagc-0.9.52.2/src/Parser.hs-105- <|> pINCLUDE *> (addInc <$> pStringPos) ############################################## uuagc-0.9.52.2/src/Parser.hs-141- <|> tuple <$> pParens (pListSep pComma field) uuagc-0.9.52.2/src/Parser.hs:142: where field = (,) <$> ((Just <$> pIdentifier <* pTypeColon) `opt` Nothing) <*> pTypeEncapsulated uuagc-0.9.52.2/src/Parser.hs-143- tuple xs = Tuple [(fromMaybe (Ident ("x"++show n) noPos) f, t)