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
Tobias Decking
GHC
Commits
155e9e13
Commit
155e9e13
authored
Sep 27, 2012
by
ian@well-typed.com
Browse files
Document that we don't warn about defining deprecated class methods
parent
6e6da3a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/users_guide/glasgow_exts.xml
View file @
155e9e13
...
...
@@ -8552,8 +8552,9 @@ Assertion failures can be caught, see the documentation for the
</listitem>
</itemizedlist>
Warnings and deprecations are not reported for
(a) uses within the defining module, and
(b) uses in an export list.
(a) uses within the defining module,
(b) defining a method in a class instance, and
(c) uses in an export list.
The latter reduces spurious complaints within a library
in which one module gathers together and re-exports
the exports of several others.
...
...
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