Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
e2da02d4
Commit
e2da02d4
authored
Sep 23, 2013
by
Krzysztof Gogolewski
Browse files
Release notes: mention instance Monad (WrappedMonad m) (#8218)
parent
9c11fdb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/7.8.1-notes.xml
View file @
e2da02d4
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment