[project @ 2003-09-26 09:26:13 by panne]
[ghc-base.git] / GHC / Arr.lhs
index a024b6f..5c4c9d6 100644 (file)
@@ -284,7 +284,7 @@ data Ix i => Array     i e = Array   !i !i (Array# e)
 --
 --  * @s@: the state variable argument for the 'ST' type
 --
---  * @i@: the index type of the array (should be an instance of @Ix@)
+--  * @i@: the index type of the array (should be an instance of 'Ix')
 --
 --  * @e@: the element type of the array.
 --