Simon Peyton Jones pushed to branch wip/T26115 at Glasgow Haskell Compiler / GHC
Commits:
-
e103656b
by Simon Peyton Jones at 2025-07-16T17:48:10+01:00
1 changed file:
Changes:
| ... | ... | @@ -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
|