[GHC] #9018: GHC suppresses too much kind information
GHC
ghc-devs at haskell.org
Mon Apr 28 13:49:51 UTC 2014
#9018: GHC suppresses too much kind information
-------------------------------------+------------------------------------
Reporter: simonpj | Owner:
Type: feature request | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.8.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: Unknown/Multiple
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
-------------------------------------+------------------------------------
Comment (by Simon Peyton Jones <simonpj@…>):
In [changeset:"2f3ea95285d0cccc2a999e7572d8fb78dc2ea441/ghc"]:
{{{
#!CommitTicketReference repository="ghc"
revision="2f3ea95285d0cccc2a999e7572d8fb78dc2ea441"
Print for-alls more often (Trac #9018)
We now display the foralls of a type if any of the type variables
is polykinded. This put kind polymorphism "in your face" a bit more
often, but eliminates a lot of head scratching.
The user manual reflects the new behaviour.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9018#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list