[commit: ghc] master: Release Notes: Document Data.Bool.bool (#8302) (5f212c8)

git at git.haskell.org git at git.haskell.org
Mon Sep 16 17:36:07 CEST 2013


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

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

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

commit 5f212c866b704ee461e523563534c3a3fbe0735a
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Mon Sep 16 17:34:35 2013 +0200

    Release Notes: Document Data.Bool.bool (#8302)


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

5f212c866b704ee461e523563534c3a3fbe0735a
 docs/users_guide/7.8.1-notes.xml |    8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/users_guide/7.8.1-notes.xml b/docs/users_guide/7.8.1-notes.xml
index 40b48d1..bbd32e6 100644
--- a/docs/users_guide/7.8.1-notes.xml
+++ b/docs/users_guide/7.8.1-notes.xml
@@ -550,6 +550,14 @@
                     use optimized machine instructions when available.
                </para>
            </listitem>
+            <listitem>
+                <para>
+                    <literal>Data.Bool</literal> now exports
+                    <literal>bool :: a -> a -> Bool -> a</literal>, analagous
+                    to <literal>maybe</literal> and <literal>either</literal>
+                    in their respective modules.
+               </para>
+           </listitem>
        </itemizedlist>
     </sect3>
 




More information about the ghc-commits mailing list