© 2026 Hedgehog Software, LLC
myEither.pipe( Either.mapBoth({ onLeft: (e) => Effect.fail(e), onRight: (r) => Effect.succeed(r) }), );