Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rewrite monads from Polysemy to RWST #1

Open
ajkavanagh opened this issue Nov 21, 2020 · 0 comments
Open

Rewrite monads from Polysemy to RWST #1

ajkavanagh opened this issue Nov 21, 2020 · 0 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@ajkavanagh
Copy link
Owner

Although it was a nice experiment, I think it would be better to re-write the app to not use Polysemy and instead a conventional (set of) monad transformer stack(s). Although it is easier to test, there aren't that many tests (which is not necessarily a good thing!) and Polysemy seems to kind of just get in the way. I'm creating this issue to see how I think about this over time.

Certainly, threading Polysemy through Ginger was a right pain, and I don't particularly want to maintain that code anyway.

@ajkavanagh ajkavanagh added bug Something isn't working enhancement New feature or request labels Feb 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant