© 2026 Hedgehog Software, LLC
Streams
Effect.gen
const res = yield* Stream.make(1, 2, 3); const res2 = yield* anotherFunctoin(res);