[commit: ghc] master: Add closing parenthesis in comment for eqString (#11507) (0dd663b)
git at git.haskell.org
git at git.haskell.org
Fri Jan 29 04:46:21 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0dd663ba9111d78be116480e2f75bc272f3adc90/ghc
>---------------------------------------------------------------
commit 0dd663ba9111d78be116480e2f75bc272f3adc90
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Fri Jan 29 05:46:08 2016 +0100
Add closing parenthesis in comment for eqString (#11507)
Spotted by czipperz
>---------------------------------------------------------------
0dd663ba9111d78be116480e2f75bc272f3adc90
libraries/base/GHC/Base.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/GHC/Base.hs b/libraries/base/GHC/Base.hs
index 1f989c4..89c9f63 100644
--- a/libraries/base/GHC/Base.hs
+++ b/libraries/base/GHC/Base.hs
@@ -965,7 +965,7 @@ eqString _ _ = False
{-# RULES "eqString" (==) = eqString #-}
-- eqString also has a BuiltInRule in PrelRules.lhs:
--- eqString (unpackCString# (Lit s1)) (unpackCString# (Lit s2) = s1==s2
+-- eqString (unpackCString# (Lit s1)) (unpackCString# (Lit s2)) = s1==s2
----------------------------------------------
More information about the ghc-commits
mailing list