We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c1fe0 commit ad6f912Copy full SHA for ad6f912
src/Control/Monad/Writer/Class.purs
@@ -6,7 +6,7 @@ import Prelude
6
7
import Data.Tuple (Tuple(..))
8
9
--- | The `MonadWriter w` type class represents those monads which support a
+-- | The `MonadTell w` type class represents those monads which support a
10
-- | monoidal accumulator of type `w`, were `tell` appends a value to the
11
-- | accumulator.
12
-- |
0 commit comments