Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC Commits: 93a68c14 by Viktor Dukhovni at 2026-08-01T19:30:51-04:00 Fix note typo - - - - - 1 changed file: - libraries/ghc-internal/src/GHC/Internal/Ix.hs Changes: ===================================== libraries/ghc-internal/src/GHC/Internal/Ix.hs ===================================== @@ -142,7 +142,7 @@ For 1-d, 2-d, and 3-d arrays of Int we have specialised instances to avoid this. Note [Out-of-bounds error messages] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -The default method for 'index' generates hoplelessIndexError, because +The default method for 'index' generates 'hopelessIndexError', because Ix doesn't have Show as a superclass. For particular base types we can do better, so we override the default method for index. View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/93a68c14430f035b61bade285a60d128... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/93a68c14430f035b61bade285a60d128... You're receiving this email because of your account on gitlab.haskell.org. Manage all notifications: https://gitlab.haskell.org/-/profile/notifications | Help: https://gitlab.haskell.org/help