class FooBarService extends Context.Tag {}
import {FooBarService} from 'whatever/foobarservice.ts'
const QuxLive = Layer.effect(FooBarService, {}) // keep the Live suffix, add `layer` somewhere in the name, another convention?
class FooBarService extends Context.Tag {}
import {FooBarService} from 'whatever/foobarservice.ts'
const QuxLive = Layer.effect(FooBarService, {}) // keep the Live suffix, add `layer` somewhere in the name, another convention?