From 8c64e0dda4c143ae0bf0b0476bfbd2b58c8416dc Mon Sep 17 00:00:00 2001 From: Ross Paterson Date: Thu, 18 May 2006 15:47:23 +0000 Subject: [PATCH] haddock fix --- Foreign/Ptr.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foreign/Ptr.hs b/Foreign/Ptr.hs index cc5008c..6467c38 100644 --- a/Foreign/Ptr.hs +++ b/Foreign/Ptr.hs @@ -38,7 +38,7 @@ module Foreign.Ptr ( -- Free the function pointer created by foreign export dynamic. #ifndef __NHC__ - -- * Integral types with lossless conversion to/from pointers + -- * Integral types with lossless conversion to and from pointers IntPtr, ptrToIntPtr, intPtrToPtr, -- 1.7.10.4