summaryrefslogtreecommitdiff
path: root/libraries/base/Data/Ix.hs
diff options
context:
space:
mode:
authorsimonmar <unknown>2001-12-21 15:07:26 +0000
committersimonmar <unknown>2001-12-21 15:07:26 +0000
commitceb68b9118fa883e88abfaa532fc78f6640cf17f (patch)
treeb90b04a394fee4abd0cb09205120bee964684d7b /libraries/base/Data/Ix.hs
parentb83cfb91b4d36d148ebe171d31e2676c8f10f371 (diff)
downloadhaskell-ceb68b9118fa883e88abfaa532fc78f6640cf17f.tar.gz
[project @ 2001-12-21 15:07:20 by simonmar]
Merge up to the ghc/lib/std on the HEAD (tagged as new-libraries-last-merged).
Diffstat (limited to 'libraries/base/Data/Ix.hs')
-rw-r--r--libraries/base/Data/Ix.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/Data/Ix.hs b/libraries/base/Data/Ix.hs
index 8d4d7452e2..5296e11e8d 100644
--- a/libraries/base/Data/Ix.hs
+++ b/libraries/base/Data/Ix.hs
@@ -8,7 +8,7 @@
-- Stability : provisional
-- Portability : portable
--
--- $Id: Ix.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $
+-- $Id: Ix.hs,v 1.2 2001/12/21 15:07:21 simonmar Exp $
--
-- Class of index types.
--
@@ -20,8 +20,8 @@ module Data.Ix
( range -- :: (Ix a) => (a,a) -> [a]
, index -- :: (Ix a) => (a,a) -> a -> Int
, inRange -- :: (Ix a) => (a,a) -> a -> Bool
+ , rangeSize -- :: (Ix a) => (a,a) -> Int
)
- , rangeSize -- :: (Ix a) => (a,a) -> Int
-- Ix instances:
--
-- Ix Char