Skip to content
Snippets Groups Projects
Commit e2da02d4 authored by Krzysztof Gogolewski's avatar Krzysztof Gogolewski
Browse files

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

parent 9c11fdb9
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment