=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== curry-frontend-1.0.4/src/Generators/GenTypeAnnotatedFlatCurry.hs-477- <*> normalize e curry-frontend-1.0.4/src/Generators/GenTypeAnnotatedFlatCurry.hs:478: where normalizeBinding (v, b) = (,) <$> normalize v <*> normalize b curry-frontend-1.0.4/src/Generators/GenTypeAnnotatedFlatCurry.hs-479- normalize (AOr ty a b) = AOr <$> normalize ty <*> normalize a ############################################## curry-frontend-1.0.4/src/Generators/GenTypedFlatCurry.hs-471- <*> normalize e curry-frontend-1.0.4/src/Generators/GenTypedFlatCurry.hs:472: where normalizeBinding (v, b) = (,) <$> normalize v <*> normalize b curry-frontend-1.0.4/src/Generators/GenTypedFlatCurry.hs-473- normalize (TOr a b) = TOr <$> normalize a ############################################## curry-frontend-1.0.4/src/Transformations/CurryToIL.hs-277- Just v' -> return $ IL.Variable (transType ty) v' -- apply renaming curry-frontend-1.0.4/src/Transformations/CurryToIL.hs:278: where fun = (IL.Function (transType ty) v . arrowArity) <$> varType v curry-frontend-1.0.4/src/Transformations/CurryToIL.hs-279-trExpr _ _ (Constructor _ ty c) ############################################## curry-frontend-1.0.4/src/Imports.hs-59- } curry-frontend-1.0.4/src/Imports.hs:60: importModule env (ImportDecl _ m q asM is) = curry-frontend-1.0.4/src/Imports.hs-61- case Map.lookup m iEnv of ############################################## curry-frontend-1.0.4/src/Modules.hs-227- where curry-frontend-1.0.4/src/Modules.hs:228: checkImportDecl (CS.ImportDecl p m q asM is) = case Map.lookup m iEnv of curry-frontend-1.0.4/src/Modules.hs:229: Just intf -> CS.ImportDecl p m q asM `liftM` importCheck intf is curry-frontend-1.0.4/src/Modules.hs-230- Nothing -> internalError $ "Modules.importModules: no interface for " ############################################## curry-frontend-1.0.4/.pc/bump-to-new-1-0-4-tag.patch/src/Imports.hs-59- } curry-frontend-1.0.4/.pc/bump-to-new-1-0-4-tag.patch/src/Imports.hs:60: importModule env (ImportDecl _ m q asM is) = curry-frontend-1.0.4/.pc/bump-to-new-1-0-4-tag.patch/src/Imports.hs-61- case Map.lookup m iEnv of ############################################## curry-frontend-1.0.4/.pc/bump-to-new-1-0-4-tag.patch/src/Transformations/CurryToIL.hs-279- Just v' -> return $ IL.Variable (transType ty) v' -- apply renaming curry-frontend-1.0.4/.pc/bump-to-new-1-0-4-tag.patch/src/Transformations/CurryToIL.hs:280: where fun = (IL.Function (transType ty) v . arrowArity) <$> varType v curry-frontend-1.0.4/.pc/bump-to-new-1-0-4-tag.patch/src/Transformations/CurryToIL.hs-281-trExpr _ _ (Constructor _ ty c) ############################################## curry-frontend-1.0.4/.pc/0001_remove-implicit-prelude-import-from-AST.patch/src/Modules.hs-227- where curry-frontend-1.0.4/.pc/0001_remove-implicit-prelude-import-from-AST.patch/src/Modules.hs:228: checkImportDecl (CS.ImportDecl p m q asM is) = case Map.lookup m iEnv of curry-frontend-1.0.4/.pc/0001_remove-implicit-prelude-import-from-AST.patch/src/Modules.hs:229: Just intf -> CS.ImportDecl p m q asM `liftM` importCheck intf is curry-frontend-1.0.4/.pc/0001_remove-implicit-prelude-import-from-AST.patch/src/Modules.hs-230- Nothing -> internalError $ "Modules.importModules: no interface for " ############################################## curry-frontend-1.0.4/.pc/0002_export-AST-unqualified.patch/src/Modules.hs-228- where curry-frontend-1.0.4/.pc/0002_export-AST-unqualified.patch/src/Modules.hs:229: checkImportDecl (CS.ImportDecl p m q asM is) = case Map.lookup m iEnv of curry-frontend-1.0.4/.pc/0002_export-AST-unqualified.patch/src/Modules.hs:230: Just intf -> CS.ImportDecl p m q asM `liftM` importCheck intf is curry-frontend-1.0.4/.pc/0002_export-AST-unqualified.patch/src/Modules.hs-231- Nothing -> internalError $ "Modules.importModules: no interface for "