Managing Dependencies in Effect.gen Function
I'm trying to return an implementation of an interface as my service, like so:
The problem is, those
The problem is, those
modelEvaluate functions each have their own dependencies, but those don't 'roll up' into the make Effect's dependencies. I can see why, I just need to understand the pattern to sorta merge all that up which doesn't require a little throw away layer here (thinking some sort of prosiac code will work)