X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FIx.hs;h=1a64152c9ad0277153b501ef1809a024893231a9;hb=beaf733bae2acdf2cc1a2b1234e4532a0ccc655d;hp=44e113a1eb2d1d97282892cd1eb5b6eb34cc47e5;hpb=d12c4f3de454ea031f2258627d388d3d994a3cfd;p=ghc-base.git diff --git a/Data/Ix.hs b/Data/Ix.hs index 44e113a..1a64152 100644 --- a/Data/Ix.hs +++ b/Data/Ix.hs @@ -5,14 +5,14 @@ -- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org --- Stability : provisional +-- Stability : stable -- Portability : portable -- -- Class of index types. -- --- The "Ix" class is used to map a continuous subrange of values in a type onto +-- The 'Ix' class is used to map a continuous subrange of values in a type onto -- integers. It is used primarily for array indexing (see Section 6 --- ). The "Ix" +-- ). The 'Ix' -- class contains the methods range, index, and inRange. The 'index' operation -- maps a bounding pair, which defines the lower and upper bounds of the range, -- and a subscript, to an integer. The 'range' operation enumerates all