[commit: ghc] ghc-8.2: Don't describe tuple sections as "Python-style" (768f02d)

git at git.haskell.org git at git.haskell.org
Thu Apr 27 20:10:41 UTC 2017


Repository : ssh://git@git.haskell.org/ghc

On branch  : ghc-8.2
Link       : http://ghc.haskell.org/trac/ghc/changeset/768f02d0cb4c590f72f9b146a546d4a56536205a/ghc

>---------------------------------------------------------------

commit 768f02d0cb4c590f72f9b146a546d4a56536205a
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)
    (cherry picked from commit 688272ba31df7bd0a094c3d86d60f7b77b9f5268)


>---------------------------------------------------------------

768f02d0cb4c590f72f9b146a546d4a56536205a
 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 de39298..19951c4 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