[GHC] #9858: Typeable instances should be kind-aware
GHC
ghc-devs at haskell.org
Mon Apr 20 23:56:46 UTC 2015
#9858: Typeable instances should be kind-aware
-------------------------------------+-------------------------------------
Reporter: dreixel | Owner:
Type: bug | Status: merge
Priority: highest | Milestone: 7.10.2
Component: Compiler | Version: 7.9
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: None/Unknown | Unknown/Multiple
Blocked By: | Test Case:
Related Tickets: | typecheck/should_fail/T9858a,
| should_run/T9858b
| Blocking:
| Differential Revisions: Phab:D652
-------------------------------------+-------------------------------------
Comment (by oerjan):
We just realized you don't need much more than `i` there:
{{{
> i (Proxy :: Proxy (Eq Int => Int))
Eq Int -> Int
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/9858#comment:102>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list