[GHC] #11328: Auto complete in ghci shows $sel:function:Type for DuplicateRecordFields fields

GHC ghc-devs at haskell.org
Mon Jan 25 09:16:21 UTC 2016


#11328: Auto complete in ghci shows $sel:function:Type for DuplicateRecordFields
fields
-------------------------------------+-------------------------------------
        Reporter:  kolmodin          |                Owner:  adamgundry
            Type:  bug               |               Status:  new
        Priority:  normal            |            Milestone:  8.2.1
       Component:  Compiler          |              Version:  8.0.1-rc1
      Resolution:                    |             Keywords:
                                     |  DuplicateRecordFields, ORF
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  None/Unknown      |            Test Case:
      Blocked By:                    |             Blocking:
 Related Tickets:                    |  Differential Rev(s):
       Wiki Page:                    |
-------------------------------------+-------------------------------------
Changes (by adamgundry):

 * keywords:  DuplicateRecordFields => DuplicateRecordFields, ORF
 * owner:   => adamgundry


Comment:

 The `$sel`-prefixed things are the internal `Name`s of record fields in
 modules for which `DuplicateRecordFields` is enabled. I tried to catch all
 the places where they might show up in user-facing output, but it's not at
 all surprising that I've missed some. I'll take a look.

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


More information about the ghc-tickets mailing list