Understanding Contexts in Effect Generation and Argument Passing
I'm trying to wrap my head around contexts again... Whenever I create an effect using
Effect.gen(...)
Effect.gen(...)
, is the idea then to always explicitly pass its arguments as requirements via the context? The boilerplate for doing it seems like it would become unwieldy in the long run?