[Git][ghc/ghc][wip/andreask/elem_rule_fix] Apply suggestion to compiler/GHC/Core/Op/ConstantFold.hs

Andreas Klebinger gitlab at gitlab.haskell.org
Tue Apr 7 15:00:07 UTC 2020



Andreas Klebinger pushed to branch wip/andreask/elem_rule_fix at Glasgow Haskell Compiler / GHC


Commits:
c6955097 by Andreas Klebinger at 2020-04-07T11:00:00-04:00
Apply suggestion to compiler/GHC/Core/Op/ConstantFold.hs
- - - - -


1 changed file:

- compiler/GHC/Core/Op/ConstantFold.hs


Changes:

=====================================
compiler/GHC/Core/Op/ConstantFold.hs
=====================================
@@ -1510,7 +1510,7 @@ match_eq_string _ _ _ _ = Nothing
 --           _    -> False
 --
 -- Where knownString is one of:
--- * (build ((unpackFoldrCString# "abc"#)
+-- * (build (unpackFoldrCString# "abc"#))
 -- * (unpackCString*# "abc"#)
 -- Limits matches to strings <=500 bytes.
 -- Also matches utf8 versions.



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c69550976093dbd6ff4e3a4964058094489a321c

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c69550976093dbd6ff4e3a4964058094489a321c
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/20200407/df39b4de/attachment.html>


More information about the ghc-commits mailing list