Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
34c9a4e4
Commit
34c9a4e4
authored
Jan 26, 2016
by
Herbert Valerio Riedel
🕺
Browse files
Missed plural renaming in user's guide
Follow-up to
132c2089
[skip ci]
parent
016a0bd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/8.0.1-notes.rst
View file @
34c9a4e4
...
...
@@ -252,7 +252,7 @@ Compiler
allows
library
authors
eager
to
make
their
code
future
compatible
to
adapt
to
new
features
before
they
even
generate
warnings
.
-
Added
the
:
ghc
-
flag
:`-
Wmissing
-
monadfail
-
instance
`
flag
.
When
enabled
,
this
-
Added
the
:
ghc
-
flag
:`-
Wmissing
-
monadfail
-
instance
s
`
flag
.
When
enabled
,
this
will
issue
a
warning
if
a
failable
pattern
is
used
in
a
context
that
does
not
have
a
``
MonadFail
``
constraint
.
This
flag
represents
phase
1
of
the
`
MonadFail
Proposal
(
MFP
)
...
...
Write
Preview
Markdown
is supported
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