You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I understand the render function doesn't have to make reference to the config, but it still feels like additional boilerplate over currying. Is there a better use of the reader monad?
The text was updated successfully, but these errors were encountered:
@khoomeister one of basic examples is communication with db - you can create a bunch of platform agnostic operations on db and then pass proper driver when calling run.
After reading the docs, I was still trying to understand the purpose of Reader monad.
I understand the render function doesn't have to make reference to the config, but it still feels like additional boilerplate over currying. Is there a better use of the reader monad?
The text was updated successfully, but these errors were encountered: