[GHC] #12365: Update documentation for partial type signatures
GHC
ghc-devs at haskell.org
Wed Jul 20 13:18:00 UTC 2016
#12365: Update documentation for partial type signatures
-------------------------------------+-------------------------------------
Reporter: goldfire | Owner: thomasw
Type: bug | Status: new
Priority: normal | Milestone:
Component: Documentation | Version: 8.0.1
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D2413
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ben Gamari <ben@…>):
In [changeset:"627c767b8e5587de52086d8891d7f7aabf6fa49f/ghc"
627c767b/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="627c767b8e5587de52086d8891d7f7aabf6fa49f"
Update docs for partial type signatures (#12365)
* Update the sample error messages. The messages have been reworded and
reformatted since GHC 7.10.
* Mention `TypeApplications` in "Where can they occur?"
* The name of a named wild card is no longer used in the name of a
resulting type variable. Before: `_foo` => `w_foo`, now: `_foo` => `t`
or `a`.
Test Plan: generate the users guide
Reviewers: goldfire, austin, bgamari
Reviewed By: bgamari
Subscribers: thomie
Differential Revision: https://phabricator.haskell.org/D2413
GHC Trac Issues: #12365
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12365#comment:4>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list