docs: unqualify Prelude.IO
authorSimon Marlow <marlowsd@gmail.com>
Thu, 1 Jul 2010 15:38:17 +0000 (15:38 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 1 Jul 2010 15:38:17 +0000 (15:38 +0000)
GHC/Ptr.lhs

index 6e57e2b..2ba743d 100644 (file)
@@ -87,7 +87,7 @@ data FunPtr a = FunPtr Addr# deriving (Eq, Ord)
 --   using @newtype@.
 -- 
 -- * the return type is either a marshallable foreign type or has the form
---   @'Prelude.IO' t@ where @t@ is a marshallable foreign type or @()@.
+--   @'IO' t@ where @t@ is a marshallable foreign type or @()@.
 --
 -- A value of type @'FunPtr' a@ may be a pointer to a foreign function,
 -- either returned by another foreign function or imported with a