doc wibble: remove confusing mention of "Prelude"
authorSimon Marlow <marlowsd@gmail.com>
Thu, 1 Jul 2010 11:33:08 +0000 (11:33 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 1 Jul 2010 11:33:08 +0000 (11:33 +0000)
GHC/Base.lhs

index f616b0e..027191a 100644 (file)
@@ -173,7 +173,7 @@ Instances of 'Functor' should satisfy the following laws:
 > fmap (f . g)  ==  fmap f . fmap g
 
 The instances of 'Functor' for lists, 'Data.Maybe.Maybe' and 'System.IO.IO'
-defined in the "Prelude" satisfy these laws.
+satisfy these laws.
 -}
 
 class  Functor f  where