[GHC] #8917: :kind! does not work under type constructors
GHC
ghc-devs at haskell.org
Sat Mar 22 22:39:44 UTC 2014
#8917: :kind! does not work under type constructors
-------------------------------------+------------------------------------
Reporter: goldfire | Owner: goldfire
Type: bug | Status: new
Priority: normal | Milestone: 7.8.1
Component: Compiler | Version: 7.8.1-rc2
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 Richard Eisenberg <eir@…>):
In [changeset:"c99941cfeee033fca2df45e9523b65c83be20d31/ghc"]:
{{{
#!CommitTicketReference repository="ghc"
revision="c99941cfeee033fca2df45e9523b65c83be20d31"
Fix #8917.
FamInstEnv.normaliseTcApp should normalise arguments even when
the top-level tycon isn't a type family. This was a regression
from 7.6 -- not sure when it happened, but it was probably my
fault. Fixed now, in any case.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8917#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list