[GHC] #8429: GHC.Base.{breakpoint, breakpointCond} do nothing

GHC ghc-devs
Fri Oct 11 08:34:27 UTC 2013


#8429: GHC.Base.{breakpoint, breakpointCond} do nothing
-------------------------------------+------------------------------------
        Reporter:  refold            |            Owner:
            Type:  bug               |           Status:  new
        Priority:  normal            |        Milestone:
       Component:  Compiler          |          Version:  7.6.3
      Resolution:                    |         Keywords:
Operating System:  Unknown/Multiple  |     Architecture:  Unknown/Multiple
 Type of failure:  None/Unknown      |       Difficulty:  Unknown
       Test Case:                    |       Blocked By:
        Blocking:                    |  Related Tickets:  1377
-------------------------------------+------------------------------------

Comment (by simonmar):

 Yes, it looks like all of `GHC.Exts.{breakpoint,breakpointCond,Opaque}`
 are dead code, as are these in `PrelNames`:

 {{{
 breakpointName    = varQual gHC_BASE (fsLit "breakpoint") breakpointIdKey
 breakpointCondName= varQual gHC_BASE (fsLit "breakpointCond")
 breakpointCondIdKey
 breakpointAutoName= varQual gHC_BASE (fsLit "breakpointAuto")
 breakpointAutoIdKey
 opaqueTyConName   = tcQual  gHC_BASE (fsLit "Opaque")   opaqueTyConKey
 }}}

 Would someone like to go ahead and remove them?

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



More information about the ghc-tickets mailing list