X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FArray%2FST.hs;h=e71dece303c7f1c08079702140da79ac05ddf39f;hb=4836cf1053a971fe823ba547a8268431745c5bce;hp=d8c302848c34a62f96c5f8e1cf29d8a00ba5a82c;hpb=53d88f36b842166ebdc2c4937fb865d27ffbd766;p=ghc-base.git diff --git a/Data/Array/ST.hs b/Data/Array/ST.hs index d8c3028..e71dece 100644 --- a/Data/Array/ST.hs +++ b/Data/Array/ST.hs @@ -8,7 +8,7 @@ -- Stability : experimental -- Portability : non-portable -- --- Mutable boxed/unboxed arrays in the ST monad. +-- Mutable boxed and unboxed arrays in the ST monad. -- -----------------------------------------------------------------------------