diff options
author | Krzysztof Gogolewski <krzysztof.gogolewski@tweag.io> | 2020-10-07 22:33:02 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-11-20 02:08:36 -0500 |
commit | 165352a2d163537afb01a835bccc7cd0a667410a (patch) | |
tree | b94a8ae8012c68a8d663753347c5608d002c87fa /libraries | |
parent | 8150f6546e6fd0006252e245d5697f13ffd8ce3e (diff) | |
download | haskell-165352a2d163537afb01a835bccc7cd0a667410a.tar.gz |
Export indexError from GHC.Ix (#18579)
Diffstat (limited to 'libraries')
-rw-r--r-- | libraries/base/GHC/Ix.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Ix.hs b/libraries/base/GHC/Ix.hs index 5d7b74ff30..34c4857b15 100644 --- a/libraries/base/GHC/Ix.hs +++ b/libraries/base/GHC/Ix.hs @@ -18,7 +18,7 @@ ----------------------------------------------------------------------------- module GHC.Ix ( - Ix(..) + Ix(..), indexError ) where import GHC.Enum |