diff options
Diffstat (limited to 'libraries/base/Data/Ix.hs')
-rw-r--r-- | libraries/base/Data/Ix.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/base/Data/Ix.hs b/libraries/base/Data/Ix.hs index f1edf00907..fdfc33a1cd 100644 --- a/libraries/base/Data/Ix.hs +++ b/libraries/base/Data/Ix.hs @@ -16,6 +16,7 @@ -- (see the array package). -- ----------------------------------------------------------------------------- + module Data.Ix ( -- * The 'Ix' class |