© 2026 Hedgehog Software, LLC
Effect.fn
const foo = (bar: string) => Effect.gen(function* () {}).pipe(Effect.withSpan('hello')
const foo = (bar: string) => Effect.fn('hello')(function* (bar: string) {})