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

Is it possible to define 'mapWriter' for the Writer effect? #33

Closed
kozross opened this issue Jul 25, 2021 · 1 comment
Closed

Is it possible to define 'mapWriter' for the Writer effect? #33

kozross opened this issue Jul 25, 2021 · 1 comment

Comments

@kozross
Copy link

kozross commented Jul 25, 2021

I have an effect stack with a Writer () in it someplace. I want to keep the stack the same, but instead of having Writer () in that place, I want Writer w for some suitable w. If I was using MTL, I would use mapWriter to achieve this, but there seems to be no analog for it here.

Is this possible to define somehow, and if so, how would I do it?

@kozross
Copy link
Author

kozross commented Jul 26, 2021

Just realized, upon further thought, that what I want isn't possible in general. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant