[project @ 2002-04-24 16:31:37 by simonmar]
[ghc-base.git] / Control / Monad.hs
index d2e9908..7d6c978 100644 (file)
@@ -1,6 +1,6 @@
 {-# OPTIONS -fno-implicit-prelude #-}
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  Control.Monad
 -- Copyright   :  (c) The University of Glasgow 2001
 -- License     :  BSD-style (see the file libraries/core/LICENSE)
@@ -9,7 +9,7 @@
 -- Stability   :  provisional
 -- Portability :  portable
 --
--- $Id: Monad.hs,v 1.1 2001/06/28 14:15:01 simonmar Exp $
+-- $Id: Monad.hs,v 1.2 2002/04/24 16:31:37 simonmar Exp $
 --
 -----------------------------------------------------------------------------