[commit: ghc] wip/ttypeable: Kill redundant comment (7f5e6f2)
git at git.haskell.org
git at git.haskell.org
Sat Oct 1 21:35:16 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ttypeable
Link : http://ghc.haskell.org/trac/ghc/changeset/7f5e6f2445e97e24d33c8b96b0d9380dc30559d0/ghc
>---------------------------------------------------------------
commit 7f5e6f2445e97e24d33c8b96b0d9380dc30559d0
Author: Ben Gamari <ben at smart-cactus.org>
Date: Fri Jul 8 17:07:12 2016 +0200
Kill redundant comment
>---------------------------------------------------------------
7f5e6f2445e97e24d33c8b96b0d9380dc30559d0
libraries/base/Data/Typeable/Internal.hs | 6 ------
1 file changed, 6 deletions(-)
diff --git a/libraries/base/Data/Typeable/Internal.hs b/libraries/base/Data/Typeable/Internal.hs
index e73fee6..9e22c22 100644
--- a/libraries/base/Data/Typeable/Internal.hs
+++ b/libraries/base/Data/Typeable/Internal.hs
@@ -292,12 +292,6 @@ eqTypeRep a b
| typeRepFingerprint a == typeRepFingerprint b = Just (unsafeCoerce# HRefl)
| otherwise = Nothing
-{- *********************************************************************
-* *
- The Typeable class
-* *
-********************************************************************* -}
-
-------------------------------------------------------------
--
-- The Typeable class and friends
More information about the ghc-commits
mailing list