[commit: ghc] master: Mention the Foldable and Traversable instances for Const r in the user guide (bb3f7b0)
git at git.haskell.org
git at git.haskell.org
Mon Sep 30 00:23:37 CEST 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/bb3f7b07e2058abb4e8ae4beeb69f4ce1f4d91cc/ghc
>---------------------------------------------------------------
commit bb3f7b07e2058abb4e8ae4beeb69f4ce1f4d91cc
Author: Edward Kmett <ekmett at 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 <austin at 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>
More information about the ghc-commits
mailing list