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

On branch  : master
Link       : 
http://ghc.haskell.org/trac/ghc/changeset/bb3f7b07e2058abb4e8ae4beeb69f4ce1f4d91cc/ghc

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

commit bb3f7b07e2058abb4e8ae4beeb69f4ce1f4d91cc
Author: Edward Kmett <ekm...@gmail.com>
Date:   Fri Sep 27 14:20:45 2013 -0400

    Mention the Foldable and Traversable instances for Const r in the user guide
    
    Signed-off-by: Austin Seipp <aus...@well-typed.com>


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

bb3f7b07e2058abb4e8ae4beeb69f4ce1f4d91cc
 docs/users_guide/7.8.1-notes.xml |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index c3c1211..b7b97f3 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -582,7 +582,7 @@
             <listitem>
                 <para>
                     There are now <literal>Foldable</literal> and 
<literal>Traversable</literal>
-                    instances for <literal>Either a</literal> and <literal>(,) 
a</literal>
+                    instances for <literal>Either a</literal>, <literal>Const 
r</literal>, and <literal>(,) a</literal>
                </para>
            </listitem>
             <listitem>

_______________________________________________
ghc-commits mailing list
ghc-commits@haskell.org
http://www.haskell.org/mailman/listinfo/ghc-commits

Reply via email to