X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FArray%2FIO.hs;h=816d28ea92aaaedd0f969bf5a613d1f66f71eb8b;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=bd4ad93944b40536277ca692b780ed8e1569cf9b;hpb=1a987d7f69fbf646f8b97a0eb128d6804665557a;p=ghc-base.git diff --git a/Data/Array/IO.hs b/Data/Array/IO.hs index bd4ad93..816d28e 100644 --- a/Data/Array/IO.hs +++ b/Data/Array/IO.hs @@ -1,17 +1,15 @@ {-# OPTIONS -#include "HsBase.h" #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Data.Array.IO -- 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: IO.hs,v 1.6 2002/03/26 17:11:15 simonmar Exp $ --- --- Mutable boxed/unboxed arrays in the IO monad. +-- Mutable boxed and unboxed arrays in the IO monad. -- -----------------------------------------------------------------------------