[project @ 2004-02-05 11:58:21 by malcolm]
[ghc-base.git] / Control / Monad / List.hs
index 0c2cb22..9acb29c 100644 (file)
@@ -3,11 +3,11 @@
 -- 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 )
+-- Portability :  non-portable (multi-parameter type classes)
 --
 -- The List monad.
 --
@@ -15,7 +15,6 @@
 
 module Control.Monad.List (
        ListT(..),
-       runListT,
        mapListT,
        module Control.Monad,
        module Control.Monad.Trans,