const foo = Effect.runSync(Effect.cache(Foo.doFoo)) if (???) { doSomething() } else { goTheLongWay() }
© 2026 Hedgehog Software, LLC