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

Make it possible to add local state to IO computations #16

Merged
merged 1 commit into from
Nov 19, 2022

Conversation

aspiwack
Copy link
Owner

My main goal with this is to be able to set options in the main function. This is where, for instance, you would configure where log strings ought to go.

Usefully, IO-based withAltering/withSetting compose better when it comes to set/alter (probably usually set) several fields together.

My main goal with this is to be able to set options in the `main`
function. This is where, for instance, you would configure where log
strings ought to go.

Usefully, IO-based `withAltering`/`withSetting` compose better when it
comes to set/alter (probably usually set) several fields together.
@aspiwack aspiwack merged commit d566cc7 into master Nov 19, 2022
@aspiwack aspiwack deleted the withAlteringIO branch November 19, 2022 16:48
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

Successfully merging this pull request may close these issues.

1 participant