Skip to content
  • Simon Peyton Jones's avatar
    Expunge GhcTcId · 410bd197
    Simon Peyton Jones authored and Marge Bot's avatar Marge Bot committed
    GHC.Hs.Extension had
    
      type GhcPs   = GhcPass 'Parsed
      type GhcRn   = GhcPass 'Renamed
      type GhcTc   = GhcPass 'Typechecked
      type GhcTcId = GhcTc
    
    The last of these, GhcTcId, is a vestige of the past.
    
    This patch expunges it from GHC.
    410bd197