The purpose of `Tag.of()` in `Effect.provideService`
What is the purpose of
in
the source code is just
So is it just a explicitness thing? Is it 'idiomatic' effect to always use
Tag.of()?in
Effect.provideService for example:the source code is just
So is it just a explicitness thing? Is it 'idiomatic' effect to always use
Tag.of() when providing an instance of the tagged type?