[Git][ghc/ghc][wip/T17521] Fix whitespace
Jaro Reinders (@Noughtmare)
gitlab at gitlab.haskell.org
Tue Jul 18 09:52:30 UTC 2023
Jaro Reinders pushed to branch wip/T17521 at Glasgow Haskell Compiler / GHC
Commits:
2c675b03 by Jaro Reinders at 2023-07-18T11:52:25+02:00
Fix whitespace
- - - - -
1 changed file:
- compiler/GHC/Core/Utils.hs
Changes:
=====================================
compiler/GHC/Core/Utils.hs
=====================================
@@ -2047,7 +2047,7 @@ exprIsNestedTrivialConApp x
= True
| (Var v, xs) <- collectArgs x
, Just dc <- isDataConWorkId_maybe v
- = and (zipWith f (map isBanged (dataConImplBangs dc)) xs)
+ = and (zipWith f (map isBanged (dataConImplBangs dc)) xs)
| otherwise
= False
exprIsNestedTrivialConApp _ = False
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2c675b03bd7127c2e23f0966c2142a4eb446fd1e
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2c675b03bd7127c2e23f0966c2142a4eb446fd1e
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230718/c8fa0f35/attachment.html>
More information about the ghc-commits
mailing list