mirror of
https://github.com/haskell-effectful/effectful.git
synced 2024-11-27 01:45:16 +03:00
Clarify WriterT solution
This commit is contained in:
parent
5787c0ca9c
commit
7c96840673
@ -29,7 +29,7 @@ That leaves `ReaderT`, which is the only one with predictable behavior.
|
|||||||
- `State` effects never lose updates and they're not affected by the order of
|
- `State` effects never lose updates and they're not affected by the order of
|
||||||
effects on the stack in any way.
|
effects on the stack in any way.
|
||||||
|
|
||||||
- `Writer` effects are properly strict.
|
- `Writer` effects are properly strict (but still niche).
|
||||||
|
|
||||||
- There is no `RWST` equivalent because stacking effects is very cheap.
|
- There is no `RWST` equivalent because stacking effects is very cheap.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user