Simon Peyton Jones pushed to branch wip/T26115 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • compiler/GHC/Iface/Ext/Ast.hs
    ... ... @@ -628,8 +628,6 @@ instance ToHie (Context (Located Var)) where
    628 628
                           Nothing -> varType name'
    
    629 629
                           Just dc -> dataConNonlinearType dc
    
    630 630
               -- insert the entity info for the name into the entity_infos map
    
    631
    -          if isId name && isId name' then return ()
    
    632
    -            else pprTrace "toHie" (updSDocContext (const traceSDocContext) $ ppr name $$ ppr name') (return ())
    
    633 631
               insertEntityInfo (varName name) $ idEntityInfo name
    
    634 632
               insertEntityInfo (varName name') $ idEntityInfo name'
    
    635 633
               pure