From: ross Date: Fri, 23 May 2003 10:13:33 +0000 (+0000) Subject: [project @ 2003-05-23 10:13:33 by ross] X-Git-Tag: nhc98-1-18-release~634 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=138c798d8a5cd0da989f8632a9cfd83e22d78545;p=ghc-base.git [project @ 2003-05-23 10:13:33 by ross] fix header comment --- diff --git a/GHC/Storable.lhs b/GHC/Storable.lhs index 6bd420e..5fe1894 100644 --- a/GHC/Storable.lhs +++ b/GHC/Storable.lhs @@ -10,7 +10,7 @@ -- Stability : internal -- Portability : non-portable (GHC Extensions) -- --- The 'Storable' class. +-- Helper functions for "Foreign.Storable" -- ----------------------------------------------------------------------------- @@ -59,8 +59,6 @@ import GHC.IOBase import GHC.Base \end{code} -Helper functions for Foreign.Storable - \begin{code} readWideCharOffPtr :: Ptr Char -> Int -> IO Char