[project @ 2002-04-24 16:31:37 by simonmar]
[ghc-base.git] / Control / Monad / List.hs
index e6c7daa..3f7ee70 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  Control.Monad.List
 -- Copyright   :  (c) Andy Gill 2001,
 --               (c) Oregon Graduate Institute of Science and Technology, 2001
@@ -9,7 +9,7 @@
 -- Stability   :  experimental
 -- Portability :  non-portable ( requires mulit-parameter type classes )
 --
--- $Id: List.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $
+-- $Id: List.hs,v 1.2 2002/04/24 16:31:38 simonmar Exp $
 --
 -- The List monad.
 --