X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FList.hs;h=3f7ee70c11e67dd02b159c2599aa19900ba7b2a6;hb=9fa9bc17072a58c0bae2cce4764d38677e96ac29;hp=e6c7daa23ad3051de8ab6021771449bb6f923651;hpb=7887b9e7f59b24c276eeedb74df6ad547c99ec01;p=ghc-base.git diff --git a/Control/Monad/List.hs b/Control/Monad/List.hs index e6c7daa..3f7ee70 100644 --- a/Control/Monad/List.hs +++ b/Control/Monad/List.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- +-- | -- Module : Control.Monad.List -- Copyright : (c) Andy Gill 2001, -- (c) Oregon Graduate Institute of Science and Technology, 2001 @@ -9,7 +9,7 @@ -- Stability : experimental -- Portability : non-portable ( requires mulit-parameter type classes ) -- --- $Id: List.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $ +-- $Id: List.hs,v 1.2 2002/04/24 16:31:38 simonmar Exp $ -- -- The List monad. --