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 87bd95f commit cf67b0bCopy full SHA for cf67b0b
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