[GHC] #11519: Inferring non-tau kinds
GHC
ghc-devs at haskell.org
Mon Feb 1 14:30:47 UTC 2016
#11519: Inferring non-tau kinds
-------------------------------------+-------------------------------------
Reporter: goldfire | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 8.1
Resolution: | Keywords: TypeInType
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by goldfire):
The instance declaration with an explicit forall. And I just tried this,
which is also rejected:
{{{
instance forall a. Eq (a -> a)
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11519#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list