Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

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.
    142 142
     
    
    143 143
     Note [Out-of-bounds error messages]
    
    144 144
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    
    145
    -The default method for 'index' generates hoplelessIndexError, because
    
    145
    +The default method for 'index' generates 'hopelessIndexError', because
    
    146 146
     Ix doesn't have Show as a superclass.  For particular base types we
    
    147 147
     can do better, so we override the default method for index.
    
    148 148