Context.Tag
Tag (Effect)
を定義する
例
code:ts
class Random extends Context.Tag("MyRandomService")<
Random,
{ readonly next: Effect.Effect<number> }
() { }