------------------------------------------------------------------------------- |-- Module : Control.Monad.List-- Copyright : (c) Andy Gill 2001,-- (c) Oregon Graduate Institute of Science and Technology, 2001-- License : BSD-style (see the file LICENSE)---- Maintainer : libraries@haskell.org-- Stability : experimental-- Portability : portable---- The List monad.-------------------------------------------------------------------------------moduleControl.Monad.List(ListT(..),mapListT,moduleControl.Monad,moduleControl.Monad.Trans ,)whereimportControl.MonadimportControl.Monad.Trans importControl.Monad.Trans.List