summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Monad/Fix.hs
diff options
context:
space:
mode:
authorsimonmar <unknown>2002-04-24 16:31:47 +0000
committersimonmar <unknown>2002-04-24 16:31:47 +0000
commitf0143728319595e533eadec18f6828df4a8b1fba (patch)
tree67f9f4536612ea7af2ebd9e9d1bb27ead0bdcb3a /libraries/base/Control/Monad/Fix.hs
parent13a593f614d27108c40b56a57aae4c7d0b28def2 (diff)
downloadhaskell-f0143728319595e533eadec18f6828df4a8b1fba.tar.gz
[project @ 2002-04-24 16:31:37 by simonmar]
Add the single character '|' to the header comment of each module so that Haddock will parse it as the module documentation.
Diffstat (limited to 'libraries/base/Control/Monad/Fix.hs')
-rw-r--r--libraries/base/Control/Monad/Fix.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/Control/Monad/Fix.hs b/libraries/base/Control/Monad/Fix.hs
index 3a0be3275b..4836db73b3 100644
--- a/libraries/base/Control/Monad/Fix.hs
+++ b/libraries/base/Control/Monad/Fix.hs
@@ -1,5 +1,5 @@
-----------------------------------------------------------------------------
---
+-- |
-- Module : Control.Monad.Fix
-- Copyright : (c) Andy Gill 2001,
-- (c) Oregon Graduate Institute of Science and Technology, 2001
@@ -9,7 +9,7 @@
-- Stability : experimental
-- Portability : portable
--
--- $Id: Fix.hs,v 1.4 2002/03/22 10:20:24 simonmar Exp $
+-- $Id: Fix.hs,v 1.5 2002/04/24 16:31:38 simonmar Exp $
--
-- The Fix monad.
--