From: Simon Marlow Date: Thu, 1 Jul 2010 11:33:08 +0000 (+0000) Subject: doc wibble: remove confusing mention of "Prelude" X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=fe7259f9f84d345a1355f3da34e9f70534548eb9 doc wibble: remove confusing mention of "Prelude" --- 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