unqualify Float and Double
authorSimon Marlow <marlowsd@gmail.com>
Thu, 1 Jul 2010 14:27:27 +0000 (14:27 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 1 Jul 2010 14:27:27 +0000 (14:27 +0000)
GHC/Ptr.lhs

index 8087c77..6e57e2b 100644 (file)
@@ -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@,