[GHC] #14268: Implement Explicit Foralls Proposal

GHC ghc-devs at haskell.org
Sat Oct 27 18:55:07 UTC 2018


#14268: Implement Explicit Foralls Proposal
-------------------------------------+-------------------------------------
        Reporter:  johnleo           |                Owner:  mayac
            Type:  task              |               Status:  new
        Priority:  normal            |            Milestone:  8.8.1
       Component:  Compiler          |              Version:  8.2.1
      Resolution:                    |             Keywords:  GHCProposal
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:  13809, 14198
 Related Tickets:  #11719, #13809    |  Differential Rev(s):  Phab:D4894
       Wiki Page:                    |
-------------------------------------+-------------------------------------

Comment (by Richard Eisenberg <rae@…>):

 In [changeset:"512eeb9bb9a81e915bfab25ca16bc87c62252064/ghc" 512eeb9/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="512eeb9bb9a81e915bfab25ca16bc87c62252064"
 More explicit foralls (GHC Proposal 0007)

 Allow the user to explicitly bind type/kind variables in type and data
 family instances (including associated instances), closed type family
 equations, and RULES pragmas. Follows the specification of GHC
 Proposal 0007, also fixes #2600. Advised by Richard Eisenberg.

 This modifies the Template Haskell AST -- old code may break!

 Other Changes:
 - convert HsRule to a record
 - make rnHsSigWcType more general
 - add repMaybe to DsMeta

 Includes submodule update for Haddock.

 Test Plan: validate

 Reviewers: goldfire, bgamari, alanz

 Subscribers: simonpj, RyanGlScott, goldfire, rwbarton,
              thomie, mpickering, carter

 GHC Trac Issues: #2600, #14268

 Differential Revision: https://phabricator.haskell.org/D4894
 }}}

-- 
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14268#comment:16>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list