X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FList.hs;h=11aa3bf8be043ee74fe019e725a82cc9e336c665;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=3f7ee70c11e67dd02b159c2599aa19900ba7b2a6;hpb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;p=ghc-base.git diff --git a/Control/Monad/List.hs b/Control/Monad/List.hs index 3f7ee70..11aa3bf 100644 --- a/Control/Monad/List.hs +++ b/Control/Monad/List.hs @@ -3,14 +3,12 @@ -- 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. -- -----------------------------------------------------------------------------