Off-the-shelf State + IO + Either Monad #1414
glendonjklassen
started this conversation in
General
Replies: 1 comment 2 replies
-
I guess you want a RWST. Also arcticles that might help: 1, 2 and 3 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I apologize if I missed this somewhere in the repo/discussion, but is there something in the v5 pre-release that is an off-the-shelf IO/Either/State monad? I see that Eff is Readable but not Stateful. I'm relatively new to the library and FP so was trying to implement my own but the learning curve is hitting me pretty hard. I also see the above prototype but it looks like that's just in a not-for-consumption repo (even though it looks exactly like what I want).
Awesome project by the way. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions