diff --git a/Control/Monad/Writer/CPS.hs b/Control/Monad/Writer/CPS.hs index ad9d34d..4f4eb77 100644 --- a/Control/Monad/Writer/CPS.hs +++ b/Control/Monad/Writer/CPS.hs @@ -1,7 +1,7 @@ {-# LANGUAGE Safe #-} ----------------------------------------------------------------------------- -- | --- Module : Control.Monad.Writer.Strict +-- Module : Control.Monad.Writer.CPS -- Copyright : (c) Andy Gill 2001, -- (c) Oregon Graduate Institute of Science and Technology, 2001 -- License : BSD-style (see the file LICENSE)