[GHC] #11120: Missing type representations
GHC
ghc-devs at haskell.org
Thu Jan 21 10:08:26 UTC 2016
#11120: Missing type representations
-------------------------------------+-------------------------------------
Reporter: goldfire | Owner:
Type: bug | Status: merge
Priority: high | Milestone: 8.0.1
Component: Compiler | Version: 7.11
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:D1774
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Simon Peyton Jones <simonpj@…>):
In [changeset:"07afe448c3a83d7239054baf9d54681ca19766b0/ghc" 07afe44/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="07afe448c3a83d7239054baf9d54681ca19766b0"
Remove the check_lifted check in TcValidity
This patch fixes Trac #11465. The check_unlifted check really isn't
necessary, as discussed in Trac #11120 comment:19.
Removing it made just one test-suite change,
in indexed-types/should_fail/T9357, by allowing
type family F (a :: k1) :: k2
type instance F Int# = Int
to be accepted. And indeed that seems entirely reasonable.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11120#comment:26>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list