Skip to content

Commit 30e8a5f

Browse files
authored
Merge pull request #135 from ncaq/fix-monad-writer-cps-module-name
fix(Control.Monad.Writer.CPS): Module name typo
2 parents 4b5080f + 34c4b4b commit 30e8a5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Control/Monad/Writer/CPS.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{-# LANGUAGE Safe #-}
22
-----------------------------------------------------------------------------
33
-- |
4-
-- Module : Control.Monad.Writer.Strict
4+
-- Module : Control.Monad.Writer.CPS
55
-- Copyright : (c) Andy Gill 2001,
66
-- (c) Oregon Graduate Institute of Science and Technology, 2001
77
-- License : BSD-style (see the file LICENSE)

0 commit comments

Comments
 (0)