© 2026 Hedgehog Software, LLC
pipe( Effect.succeed(1), Effect.map(async (value) => value + 1), Effect.map(async (value) => (await value) + 1), );