[project @ 2004-02-05 11:58:21 by malcolm]
[ghc-base.git] / Control / Monad / List.hs
index 11aa3bf..9acb29c 100644 (file)
@@ -7,7 +7,7 @@
 -- 
 -- 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,