[commit: ghc] master: Remove Data.Tuple doc's claim to have tuple types (2af38b0)
git at git.haskell.org
git at git.haskell.org
Thu Jan 26 23:45:00 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/2af38b065b506cd86e9be20d9592423730f0a5e2/ghc
>---------------------------------------------------------------
commit 2af38b065b506cd86e9be20d9592423730f0a5e2
Author: Chris Martin <ch.martin at gmail.com>
Date: Thu Jan 26 18:14:36 2017 -0500
Remove Data.Tuple doc's claim to have tuple types
"The tuple data types" seems like an inaccurate way to lead off the
description of this module, which doesn't actually export the tuple data
types. The latter part of the sentence, "associated functions",
accurately describes the entire module.
Reviewers: austin, hvr, bgamari
Reviewed By: bgamari
Subscribers: dfeuer, thomie
Differential Revision: https://phabricator.haskell.org/D2924
>---------------------------------------------------------------
2af38b065b506cd86e9be20d9592423730f0a5e2
libraries/base/Data/Tuple.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libraries/base/Data/Tuple.hs b/libraries/base/Data/Tuple.hs
index d8bccf3..372e2b8 100644
--- a/libraries/base/Data/Tuple.hs
+++ b/libraries/base/Data/Tuple.hs
@@ -11,7 +11,7 @@
-- Stability : experimental
-- Portability : portable
--
--- The tuple data types, and associated functions.
+-- Functions associated with the tuple data types.
--
-----------------------------------------------------------------------------
More information about the ghc-commits
mailing list