
#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