© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Replacing `Either.liftThrowable` with `Effect.try` and finding the new way to merge error and suc... - Effect Community
EC
Effect Community
•
3y ago
•
80 replies
Kristian Notari
Replacing `Either.liftThrowable` with `Effect.try` and finding the new way to merge error and suc...
Following the API changes
, there
's no
Either.liftThrowable
Either.liftThrowable
anymore
. I replaced that with
Effect.try
Effect.try
. Then I need to merge the error and success values
. Before it was an easy
Either.merge
Either.merge
, what
's the new way of doing so
? Cause by running an effect I have an
Exit
Exit
, not an
Either
Either
.
Effect Community
Join
Production-grade applications in TypeScript.
6,221
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
Next page
Similar Threads
Simplifying `Either.fold` with `Either.mapBoth` and `Either.merge`
EC
Effect Community / 🚀-effect
3y ago
Seeking Equivalent of Option.liftThrowable for Either
EC
Effect Community / 🚀-effect
6mo ago
Finding Alternatives to Removed `Effect.forEachPar` and `Effect.allPar`
EC
Effect Community / 🚀-effect
3y ago
Alternatives to `Either.fromNullable` and `Either.fromOption` in updating Effect application
EC
Effect Community / 🚀-effect
3y ago