[GHC] #10653: PatternSynonyms should be imported/exported as part of the wildcard notation

GHC ghc-devs at haskell.org
Wed Nov 11 09:53:25 UTC 2015


#10653: PatternSynonyms should be imported/exported as part of the wildcard
notation
-------------------------------------+-------------------------------------
        Reporter:  gridaphobe        |                Owner:  mpickering
            Type:  feature request   |               Status:  new
        Priority:  high              |            Milestone:  8.0.1
       Component:  Compiler          |              Version:  7.11
      Resolution:                    |             Keywords:
                                     |  PatternSynonyms, pattern synonyms
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):  Phab:D1258
-------------------------------------+-------------------------------------

Comment (by Ben Gamari <ben@…>):

 In [changeset:"96621b1b4979f449e873513e9de8d806257c9493/ghc" 96621b1/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="96621b1b4979f449e873513e9de8d806257c9493"
 Associate pattern synonyms with types in module exports

 This patch implements #10653.

 It adds the ability to bundle pattern synonyms with type constructors in
 export lists so that users can treat pattern synonyms more like data
 constructors.

 Updates haddock submodule.

 Test Plan: ./validate

 Reviewers: goldfire, austin, bgamari

 Reviewed By: bgamari

 Subscribers: simonpj, gridaphobe, thomie

 Differential Revision: https://phabricator.haskell.org/D1258

 GHC Trac Issues: #10653
 }}}

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


More information about the ghc-tickets mailing list