From 34c4b4b6d1d0730d512d7cf51eba69f05cf032ec Mon Sep 17 00:00:00 2001 From: ncaq Date: Thu, 8 Dec 2022 23:49:00 +0900 Subject: [PATCH] fix(Control.Monad.Writer.CPS): Module name typo --- Control/Monad/Writer/CPS.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)