X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FArray%2FST.hs;h=e2b84652855ede6d0bdecdeced1bacf6b79446c0;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=dd6b908dd23289a09cebf28f75ab72fee0efebec;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Data/Array/ST.hs b/Data/Array/ST.hs index dd6b908..e2b8465 100644 --- a/Data/Array/ST.hs +++ b/Data/Array/ST.hs @@ -2,15 +2,13 @@ -- | -- Module : Data.Array.ST -- Copyright : (c) The University of Glasgow 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : experimental -- Portability : non-portable -- --- $Id: ST.hs,v 1.2 2002/04/24 16:31:43 simonmar Exp $ --- --- Mutable boxed/unboxed arrays in the ST monad. +-- Mutable boxed and unboxed arrays in the ST monad. -- -----------------------------------------------------------------------------