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 5439c71 commit e9c97f7Copy full SHA for e9c97f7
CHANGELOG.md
@@ -12,7 +12,7 @@ New features:
12
- Added `IdentityT` (#121)
13
14
Bugfixes:
15
-- Added superclasses to `MonadWriter` and `MonadTell` to enforce the type class laws (#126)
+- Added `Semigroup` and `Monoid` superclasses to `MonadTell` and `MonadWriter`, respectively, to enforce the type class laws (#126)
16
17
Other improvements:
18
- Replaced `void $ modify` with `modify_` in example code (#119)
0 commit comments