X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FArray%2FStorable.hs;h=2ca8dde5da7620af3487944248a01754de0efb91;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=76d2dae38ed309cd656d5fc49875a246e7037ad8;hpb=1e2f2d4790e7070be1a507dc8182070d2205fb34;p=ghc-base.git diff --git a/Data/Array/Storable.hs b/Data/Array/Storable.hs index 76d2dae..2ca8dde 100644 --- a/Data/Array/Storable.hs +++ b/Data/Array/Storable.hs @@ -1,15 +1,13 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Data.Array.Storable -- 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: Storable.hs,v 1.2 2001/07/04 10:51:09 simonmar Exp $ --- -- A storable array is an IO-mutable array which stores its -- contents in a contiguous memory block living in the C -- heap. Elements are stored according to the class Storable.