From: Simon Marlow Date: Thu, 1 Jul 2010 15:38:17 +0000 (+0000) Subject: docs: unqualify Prelude.IO X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6ce1d9be8daa9b8b070c734049c65b72adb8dd4b;p=ghc-base.git docs: unqualify Prelude.IO --- diff --git a/GHC/Ptr.lhs b/GHC/Ptr.lhs index 6e57e2b..2ba743d 100644 --- a/GHC/Ptr.lhs +++ b/GHC/Ptr.lhs @@ -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