[commit: ghc] master: base: Fix erroneous reference to Data.Reflection in documentation (40a2ed0)
git at git.haskell.org
git at git.haskell.org
Tue Apr 11 02:19:44 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/40a2ed058785d6caaf38d938f51659476622b29b/ghc
>---------------------------------------------------------------
commit 40a2ed058785d6caaf38d938f51659476622b29b
Author: Ben Gamari <ben at smart-cactus.org>
Date: Mon Apr 10 14:07:42 2017 -0400
base: Fix erroneous reference to Data.Reflection in documentation
>---------------------------------------------------------------
40a2ed058785d6caaf38d938f51659476622b29b
libraries/base/Data/Typeable.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/Data/Typeable.hs b/libraries/base/Data/Typeable.hs
index 4268619..6157e82 100644
--- a/libraries/base/Data/Typeable.hs
+++ b/libraries/base/Data/Typeable.hs
@@ -31,7 +31,7 @@
-- Since GHC 8.2, GHC has supported type-indexed type representations.
-- "Data.Typeable" provides type representations which are qualified over this
-- index, providing an interface very similar to the "Typeable" notion seen in
--- previous releases. For the type-indexed interface, see "Data.Reflection".
+-- previous releases. For the type-indexed interface, see "Type.Reflection".
--
-- Since GHC 7.8, 'Typeable' is poly-kinded. The changes required for this might
-- break some old programs involving 'Typeable'. More details on this, including
More information about the ghc-commits
mailing list