[commit: ghc] master: Don't describe tuple sections as "Python-style" (688272b)
git at git.haskell.org
git at git.haskell.org
Wed Apr 26 01:11:42 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/688272ba31df7bd0a094c3d86d60f7b77b9f5268/ghc
>---------------------------------------------------------------
commit 688272ba31df7bd0a094c3d86d60f7b77b9f5268
Author: Chris Martin <ch.martin at gmail.com>
Date: Sat Apr 22 18:26:22 2017 -0400
Don't describe tuple sections as "Python-style"
(cherry picked from commit 960589e89da3dbf60e88042d7e064ad4a98fb2ff)
>---------------------------------------------------------------
688272ba31df7bd0a094c3d86d60f7b77b9f5268
docs/users_guide/glasgow_exts.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/users_guide/glasgow_exts.rst b/docs/users_guide/glasgow_exts.rst
index c45fbec..0a09c7c 100644
--- a/docs/users_guide/glasgow_exts.rst
+++ b/docs/users_guide/glasgow_exts.rst
@@ -1570,7 +1570,7 @@ Tuple sections
Allow the use of tuple section syntax
-The :ghc-flag:`-XTupleSections` flag enables Python-style partially applied
+The :ghc-flag:`-XTupleSections` flag enables partially applied
tuple constructors. For example, the following program ::
(, True)
More information about the ghc-commits
mailing list