Andreas Klebinger pushed to branch wip/andreask/rewriteOpApp at Glasgow Haskell Compiler / GHC Commits: 7e6f0396 by Andreas Klebinger at 2025-11-09T17:34:33+01:00 Fix unused things - - - - - 1 changed file: - compiler/GHC/Stg/EnforceEpt/Rewrite.hs Changes: ===================================== compiler/GHC/Stg/EnforceEpt/Rewrite.hs ===================================== @@ -399,7 +399,7 @@ rewriteExpr (StgTick t e) = StgTick t <$!> rewriteExpr e rewriteExpr e@(StgConApp {}) = rewriteConApp e rewriteExpr e@(StgApp {}) = rewriteApp e rewriteExpr (StgLit lit) = return $! (StgLit lit) -rewriteExpr e@(StgOpApp op args res_ty) = rewriteOpApp e +rewriteExpr e@(StgOpApp _op _args _res_ty) = rewriteOpApp e rewriteCase :: InferStgExpr -> RM TgStgExpr View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7e6f0396ae7abcfa6392e019260b9e58... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/7e6f0396ae7abcfa6392e019260b9e58... You're receiving this email because of your account on gitlab.haskell.org.