[GHC] #8346: Rank 1 type signature still requires RankNTypes
GHC
ghc-devs at haskell.org
Mon Sep 23 22:45:01 CEST 2013
#8346: Rank 1 type signature still requires RankNTypes
----------------------------------------------+----------------------------
Reporter: tinctorius | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 7.6.3
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: GHC rejects valid program | Unknown/Multiple
Test Case: | Difficulty: Unknown
Blocking: | Blocked By:
| Related Tickets: #2605
----------------------------------------------+----------------------------
Comment (by simonpj):
I know it's technically not right but I'm disinclined to do much about it
(myself anyway). In fact I rather regret having `Rank2Types` as well as
`RankNTypes`. (I think that was originally because Hugs had the former
but not the latter. I'd rather have just a flag to say "all the foralls
at the top, like Haskell 98" and "foralls anywhere". Having lots of flags
to enforce fine distinctions doesn't seem all that useful to me.
If anyone wants to make a patch to more faithfully implement the current
flags, by all means do so. I remember that it was tiresomely fiddly, which
is why I compromised on the current behaviour.
Simon
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8346#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list