From: Simon Marlow Date: Thu, 1 Jul 2010 14:27:27 +0000 (+0000) Subject: unqualify Float and Double X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=612dcf12050326c7b8a58e702fc6f0107d764d98;p=ghc-base.git unqualify Float and Double --- diff --git a/GHC/Ptr.lhs b/GHC/Ptr.lhs index 8087c77..6e57e2b 100644 --- a/GHC/Ptr.lhs +++ b/GHC/Ptr.lhs @@ -79,7 +79,7 @@ data FunPtr a = FunPtr Addr# deriving (Eq, Ord) -- a function type with zero or more arguments where -- -- * the argument types are /marshallable foreign types/, --- i.e. 'Char', 'Int', 'Prelude.Double', 'Prelude.Float', +-- i.e. 'Char', 'Int', 'Double', 'Float', -- 'Bool', 'Data.Int.Int8', 'Data.Int.Int16', 'Data.Int.Int32', -- 'Data.Int.Int64', 'Data.Word.Word8', 'Data.Word.Word16', -- 'Data.Word.Word32', 'Data.Word.Word64', @'Ptr' a@, @'FunPtr' a@,