[project @ 2002-04-26 13:34:05 by simonmar]
[ghc-base.git] / Control / Monad / Trans.hs
index 3766021..81ff397 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  Control.Monad.Trans
 -- Copyright   :  (c) Andy Gill 2001,
 --               (c) Oregon Graduate Institute of Science and Technology, 2001
@@ -9,8 +9,6 @@
 -- Stability   :  experimental
 -- Portability :  portable
 --
--- $Id: Trans.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $
---
 -- The MonadTrans class.
 --
 --       Inspired by the paper