[Git][ghc/ghc][wip/andreask/bomb_out] Fix some warnings
Andreas Klebinger pushed to branch wip/andreask/bomb_out at Glasgow Haskell Compiler / GHC Commits: 6119e78c by Andreas Klebinger at 2026-01-16T11:27:50+01:00 Fix some warnings - - - - - 1 changed file: - compiler/GHC/Core/Unfold.hs Changes: ===================================== compiler/GHC/Core/Unfold.hs ===================================== @@ -1094,9 +1094,6 @@ In a function application (f a b) Code for manipulating sizes -} --- | Does an ExprSize include an evaluation Discount? -data HasDiscount = NoDiscount | WithDiscount deriving (Eq) - type PlainSize = Int -- Things that have a size, but not argument discount, nor scrut discount -- | The size of a candidate expression for unfolding View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6119e78c154526c69e1ceaa1670816ea... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6119e78c154526c69e1ceaa1670816ea... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Andreas Klebinger (@AndreasK)