summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Monad/Monoid.hs
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-05-09 13:15:08 +0000
committersimonmar <unknown>2002-05-09 13:15:08 +0000
commit961034a81ca8f89f4f8298334e2fa40a338fa0b7 (patch)
tree26f756c67e79660b5e03fee660d698f2e1bfa47b /libraries/base/Control/Monad/Monoid.hs
parent6c9f6144f2212ae5706cbbd08f411c21e2b2c075 (diff)
downloadhaskell-961034a81ca8f89f4f8298334e2fa40a338fa0b7.tar.gz
[project @ 2002-05-09 13:15:07 by simonmar]
Various tweaks needed to get the source processed cleanly with Haddock.
Diffstat (limited to 'libraries/base/Control/Monad/Monoid.hs')
-rw-r--r--libraries/base/Control/Monad/Monoid.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/libraries/base/Control/Monad/Monoid.hs b/libraries/base/Control/Monad/Monoid.hs
index 23b10b39cb..f892455b2b 100644
--- a/libraries/base/Control/Monad/Monoid.hs
+++ b/libraries/base/Control/Monad/Monoid.hs
@@ -12,10 +12,10 @@
-- Declaration of the Monoid class,and instances for list and functions
--
-- Inspired by the paper
--- \em{Functional Programming with Overloading and
--- Higher-Order Polymorphism},
--- \A[HREF="http://www.cse.ogi.edu/~mpj"]{Mark P Jones},
--- Advanced School of Functional Programming, 1995.}
+-- /Functional Programming with Overloading and
+-- Higher-Order Polymorphism/,
+-- Mark P Jones (<http://www.cse.ogi.edu/~mpj>)
+-- Advanced School of Functional Programming, 1995.
-----------------------------------------------------------------------------
module Control.Monad.Monoid (