Understanding Effect's Dependency Management and Return Types
I'd like to understand Effect a little better before I get going. It seems to be based around "getting" values from sub-effects by a
yield*
yield*
on something that's depended on, so that the calling function can figure out that it's a dependency or possible return type, and finally returning the answer if it's the last return. Is that accurate?