Simon Hengel pushed to branch wip/sol/hie-wierd-in-as-external at Glasgow Haskell Compiler / GHC
Commits:
-
78abd8d7
by Simon Hengel at 2025-08-06T17:38:45+00:00
1 changed file:
Changes:
... | ... | @@ -288,7 +288,7 @@ fromHieName nc hie_name = do |
288 | 288 | ExternalName mod occ span -> updateNameCache nc mod occ $ \cache -> do
|
289 | 289 | case lookupOrigNameCache cache mod occ of
|
290 | 290 | -- Note that this may be a wired-in name (provided that the NameCache
|
291 | - -- was initialized with know-key names, which is always the case if you
|
|
291 | + -- was initialized with known-key names, which is always the case if you
|
|
292 | 292 | -- use `newNameCache`).
|
293 | 293 | Just name -> pure (cache, name)
|
294 | 294 | Nothing -> do
|