[commit: ghc] master: Release notes: mention instance Monad (WrappedMonad m) (#8218) (e2da02d)

git at git.haskell.org git at git.haskell.org
Mon Sep 23 18:22:15 CEST 2013


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

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

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

commit e2da02d4f5120d6b6365181e9a20f8af93d0f76d
Author: Krzysztof Gogolewski <krz.gogolewski at gmail.com>
Date:   Mon Sep 23 18:21:22 2013 +0200

    Release notes: mention instance Monad (WrappedMonad m) (#8218)


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

e2da02d4f5120d6b6365181e9a20f8af93d0f76d
 docs/users_guide/7.8.1-notes.xml |    9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index fa41187..52f3e7c 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -634,6 +634,15 @@
                      <literal>{-# MINIMAL #-}</literal> pragma.
                </para>
            </listitem>
+            <listitem>
+                <para>
+                     <literal>Control.Applicative.WrappedMonad</literal>,
+                     which can be used to convert a <literal>Monad</literal>
+                     to an <literal>Applicative</literal>, has now
+                     a <literal>Monad m => Monad (WrappedMonad m)</literal>
+                     instance.
+               </para>
+           </listitem>
        </itemizedlist>
     </sect3>
 




More information about the ghc-commits mailing list