From fe7259f9f84d345a1355f3da34e9f70534548eb9 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 1 Jul 2010 11:33:08 +0000 Subject: [PATCH] doc wibble: remove confusing mention of "Prelude" --- GHC/Base.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/Base.lhs b/GHC/Base.lhs index f616b0e..027191a 100644 --- a/GHC/Base.lhs +++ b/GHC/Base.lhs @@ -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 -- 1.7.10.4