X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FPtr.lhs;h=2ba743db32345847c33b49a16529c168a9a0b126;hb=85ed71ab833a40f5acfeb4610a0aa3c3c3e1a35b;hp=6e57e2bf8043038c799dfb91cb05c3b123470859;hpb=612dcf12050326c7b8a58e702fc6f0107d764d98;p=ghc-base.git 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