Clarify monad transformers' usage recommendation

This commit is contained in:
Harendra Kumar 2019-09-04 13:01:17 +05:30
parent 874a2017b1
commit f030c0a462

View File

@ -6,7 +6,7 @@ issues.
The semantics of monads other than `ReaderT` with concurrent streams are
not yet finalized and will change in future, therefore as of now they are not
recommended to be used.
recommended to be used with concurrent streams.
## Ordering of Monad Transformers