X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FList.hs;h=0c2cb228d40e02f23222e32491634c271c8c1f38;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=3f7ee70c11e67dd02b159c2599aa19900ba7b2a6;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/Control/Monad/List.hs b/Control/Monad/List.hs index 3f7ee70..0c2cb22 100644 --- a/Control/Monad/List.hs +++ b/Control/Monad/List.hs @@ -9,8 +9,6 @@ -- 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. -- -----------------------------------------------------------------------------