Repository : ssh://g...@git.haskell.org/base On branch : master Link : http://ghc.haskell.org/trac/ghc/changeset/a2992934eca16e1aef3dac8c1fb0ee5fc012277f/base
>--------------------------------------------------------------- commit a2992934eca16e1aef3dac8c1fb0ee5fc012277f Author: Herbert Valerio Riedel <h...@gnu.org> Date: Fri Sep 27 08:29:24 2013 +0200 Fix comment typo introduced in 6368362f44 >--------------------------------------------------------------- a2992934eca16e1aef3dac8c1fb0ee5fc012277f Data/Typeable/Internal.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Typeable/Internal.hs b/Data/Typeable/Internal.hs index 517b9a8..c198d48 100644 --- a/Data/Typeable/Internal.hs +++ b/Data/Typeable/Internal.hs @@ -196,7 +196,7 @@ class Typeable a where -- Takes a value of type @a@ and returns a concrete representation -- of that type. -- --- /Version: 4.7.0.0/ +-- /Since: 4.7.0.0/ typeRep :: forall proxy a. Typeable a => proxy a -> TypeRep typeRep _ = typeRep# (proxy# :: Proxy# a) {-# INLINE typeRep #-} _______________________________________________ ghc-commits mailing list ghc-commits@haskell.org http://www.haskell.org/mailman/listinfo/ghc-commits