Clarification on Using Context with Micro in Effect Library
I'm confused about Micro using service.
docs says "Utilizing major Effect modules beyond basic data modules like Option, Either, Array make your bundle size bigger",
but later it "Requirements Management" section, it imports "Context" from effect, not like Micro.TaggedError, use something inside Micro.
so when using Micro, how to deal with dependency injection, should I import Context from effect ?
or are there separate package for Micro, so I won't accidentally import stuff from big effect library ?
docs says "Utilizing major Effect modules beyond basic data modules like Option, Either, Array make your bundle size bigger",
but later it "Requirements Management" section, it imports "Context" from effect, not like Micro.TaggedError, use something inside Micro.
so when using Micro, how to deal with dependency injection, should I import Context from effect ?
or are there separate package for Micro, so I won't accidentally import stuff from big effect library ?
