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.
2 parents 87bd95f + cf67b0b commit df83c46Copy full SHA for df83c46
src/Control/Monad/Writer/Class.purs
@@ -7,7 +7,7 @@ import Prelude
7
import Data.Tuple (Tuple(..))
8
9
-- | The `MonadTell w` type class represents those monads which support a
10
--- | monoidal accumulator of type `w`, were `tell` appends a value to the
+-- | monoidal accumulator of type `w`, where `tell` appends a value to the
11
-- | accumulator.
12
-- |
13
-- | An implementation is provided for `WriterT`, and for other monad
0 commit comments