From 138c798d8a5cd0da989f8632a9cfd83e22d78545 Mon Sep 17 00:00:00 2001 From: ross Date: Fri, 23 May 2003 10:13:33 +0000 Subject: [PATCH] [project @ 2003-05-23 10:13:33 by ross] fix header comment --- GHC/Storable.lhs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 1.7.10.4