X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FIx.hs;h=3232faca3a130886b81bca76ca2d53ce499703aa;hb=69daab60bb6f89433a0394182481d721dc2f42fd;hp=44e113a1eb2d1d97282892cd1eb5b6eb34cc47e5;hpb=d12c4f3de454ea031f2258627d388d3d994a3cfd;p=ghc-base.git diff --git a/Data/Ix.hs b/Data/Ix.hs index 44e113a..3232fac 100644 --- a/Data/Ix.hs +++ b/Data/Ix.hs @@ -10,9 +10,9 @@ -- -- 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