X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=GHC%2FBase.lhs;h=027191a62c2fd5796438c1004b57b1c37c18abb5;hb=fe7259f9f84d345a1355f3da34e9f70534548eb9;hp=f616b0e150bc060c01804433c43bf789297ab3a4;hpb=9708f4c2dd652dfd4a0181e35d184b852124d547;p=ghc-base.git 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