X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FArray%2FStorable.hs;h=b59301ee63638b9c483d52017aad12592f762880;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=76d2dae38ed309cd656d5fc49875a246e7037ad8;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Data/Array/Storable.hs b/Data/Array/Storable.hs index 76d2dae..b59301e 100644 --- a/Data/Array/Storable.hs +++ b/Data/Array/Storable.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Data.Array.Storable -- Copyright : (c) The University of Glasgow 2001 -- License : BSD-style (see the file libraries/core/LICENSE) @@ -8,7 +8,7 @@ -- Stability : experimental -- Portability : non-portable -- --- $Id: Storable.hs,v 1.2 2001/07/04 10:51:09 simonmar Exp $ +-- $Id: Storable.hs,v 1.3 2002/04/24 16:31:43 simonmar Exp $ -- -- A storable array is an IO-mutable array which stores its -- contents in a contiguous memory block living in the C