diff options
author | Ian Lynagh <igloo@earth.li> | 2007-11-26 18:44:28 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-11-26 18:44:28 +0000 |
commit | 49cc9d92e97814d3b1b17a6bcf2d2309aacb7ad9 (patch) | |
tree | f864af682dffa767738e05f282082f835a1ddb8e /libraries/base/Data/Monoid.hs | |
parent | bc34b5fdb9279c3de5b1c4c75a94262a038549b6 (diff) | |
download | haskell-49cc9d92e97814d3b1b17a6bcf2d2309aacb7ad9.tar.gz |
Fix some links in haddock docs
Diffstat (limited to 'libraries/base/Data/Monoid.hs')
-rw-r--r-- | libraries/base/Data/Monoid.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/Data/Monoid.hs b/libraries/base/Data/Monoid.hs index 3c2337c0cf..e7dcae3f6f 100644 --- a/libraries/base/Data/Monoid.hs +++ b/libraries/base/Data/Monoid.hs @@ -165,8 +165,8 @@ instance Num a => Monoid (Product a) where -- else Last Nothing) -- @ -- --- Much of "Data.Map"'s interface can be implemented with --- 'Data.Map.alter'. Some of the rest can be implemented with a new +-- Much of Data.Map's interface can be implemented with +-- Data.Map.alter. Some of the rest can be implemented with a new -- @alterA@ function and either 'First' or 'Last': -- -- > alterA :: (Applicative f, Ord k) => |