X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Control%2FMonad%2FWriter.hs;h=e79abb95e67b1cf66820e5e6e8cfb5545442b2b3;hb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;hp=898069c7d90c57d16851ef91362971fcd606ef38;hpb=0e5a2f1d7684e4a3f3536f63c2b87fe21dd3b45d;p=ghc-base.git diff --git a/Control/Monad/Writer.hs b/Control/Monad/Writer.hs index 898069c..e79abb9 100644 --- a/Control/Monad/Writer.hs +++ b/Control/Monad/Writer.hs @@ -10,8 +10,6 @@ -- Portability : non-portable ( requires mulit-parameter type classes, -- requires functional dependencies ) -- --- $Id: Writer.hs,v 1.2 2002/04/24 16:31:38 simonmar Exp $ --- -- The MonadWriter class. -- -- Inspired by the paper