[commit: ghc] master: Add doc header to Dynamic's re-export of Typeable (fe8bc14)
git at git.haskell.org
git at git.haskell.org
Tue Jan 10 19:22:17 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/fe8bc14fdaf1596cef008148cc9ff40cbce5e994/ghc
>---------------------------------------------------------------
commit fe8bc14fdaf1596cef008148cc9ff40cbce5e994
Author: Chris Martin <ch.martin at gmail.com>
Date: Tue Jan 10 13:38:33 2017 -0500
Add doc header to Dynamic's re-export of Typeable
Data.Data and Data.Dynamic both re-export Data.Typeable with the same
comment, though in the Data module the comment is a haddock header, and
in Typeable it is not. I assume the inconsistency was a mistake.
Reviewers: austin, hvr, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2923
>---------------------------------------------------------------
fe8bc14fdaf1596cef008148cc9ff40cbce5e994
libraries/base/Data/Dynamic.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/Data/Dynamic.hs b/libraries/base/Data/Dynamic.hs
index 4cdde43..218bdc1 100644
--- a/libraries/base/Data/Dynamic.hs
+++ b/libraries/base/Data/Dynamic.hs
@@ -24,7 +24,7 @@
module Data.Dynamic
(
- -- Module Data.Typeable re-exported for convenience
+ -- * Module Data.Typeable re-exported for convenience
module Data.Typeable,
-- * The @Dynamic@ type
More information about the ghc-commits
mailing list