X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FArray%2FIO.hs;h=5c6e361a590d1bb0253bb78642560a7ed9a14736;hb=4836cf1053a971fe823ba547a8268431745c5bce;hp=b47e147dc2ae613bc87209d3881cede3d3ceff04;hpb=53d88f36b842166ebdc2c4937fb865d27ffbd766;p=ghc-base.git diff --git a/Data/Array/IO.hs b/Data/Array/IO.hs index b47e147..5c6e361 100644 --- a/Data/Array/IO.hs +++ b/Data/Array/IO.hs @@ -9,7 +9,7 @@ -- Stability : experimental -- Portability : non-portable -- --- Mutable boxed/unboxed arrays in the IO monad. +-- Mutable boxed and unboxed arrays in the IO monad. -- -----------------------------------------------------------------------------