X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FStorable.lhs;h=7ffadf8c12fa7a20291ab600928af8b9b4234113;hb=b706340c451952adf230b5b8daecad8a1f34d714;hp=f0c44e4fabcfb3bac2a41477ef41210c8c986613;hpb=d907c82167d095f5ac0cda0976fff3d403376cbc;p=haskell-directory.git diff --git a/GHC/Storable.lhs b/GHC/Storable.lhs index f0c44e4..7ffadf8 100644 --- a/GHC/Storable.lhs +++ b/GHC/Storable.lhs @@ -1,13 +1,18 @@ -% ----------------------------------------------------------------------------- -% $Id: Storable.lhs,v 1.4 2002/02/05 17:32:27 simonmar Exp $ -% -% (c) The FFI task force, 2000 -% - -A class for primitive marshaling - \begin{code} {-# OPTIONS -fno-implicit-prelude -monly-3-regs #-} +----------------------------------------------------------------------------- +-- | +-- Module : GHC.Storable +-- Copyright : (c) The FFI task force, 2000-2002 +-- License : see libraries/base/LICENSE +-- +-- Maintainer : ffi@haskell.org +-- Stability : internal +-- Portability : non-portable (GHC Extensions) +-- +-- The 'Storable' class. +-- +----------------------------------------------------------------------------- #include "MachDeps.h"