[project @ 2002-10-03 13:41:35 by panne]
[ghc-base.git] / Control / Monad / List.hs
index 3f7ee70..275b600 100644 (file)
@@ -3,21 +3,18 @@
 -- Module      :  Control.Monad.List
 -- Copyright   :  (c) Andy Gill 2001,
 --               (c) Oregon Graduate Institute of Science and Technology, 2001
--- License     :  BSD-style (see the file libraries/core/LICENSE)
+-- License     :  BSD-style (see the file libraries/base/LICENSE)
 -- 
 -- Maintainer  :  libraries@haskell.org
 -- Stability   :  experimental
 -- Portability :  non-portable ( requires mulit-parameter type classes )
 --
--- $Id: List.hs,v 1.2 2002/04/24 16:31:38 simonmar Exp $
---
 -- The List monad.
 --
 -----------------------------------------------------------------------------
 
 module Control.Monad.List (
        ListT(..),
-       runListT,
        mapListT,
        module Control.Monad,
        module Control.Monad.Trans,