© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Search
Star
Feedback
Setup for Free
Understanding the Order of Type Parameters in Either<R, L> - Effect Community
EC
Effect Community
•
8mo ago
dmfilipenko
Understanding the Order of Type Parameters in Either<R, L>
Im apologize in advance for this noob question
, but why Either
<R
, L
> in either right value on left
, and left value on a right
?
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
Similar Threads
Clarification on `Either<R, L>` Type Parameter Order
EC
Effect Community / 🚀-beginners
2y ago
Confusion about the Either type definition as Either<R, L> = Left<L, R> | Right<L, R>
EC
Effect Community / 🚀-beginners
14mo ago
Understanding the `<A, E, R>` Type Format in Functional Programming
EC
Effect Community / 🚀-beginners
6mo ago
Chaining Either: Combining L1, R1 and L2, R2 to L1 | L2, R1 | R2
EC
Effect Community / 🚀-beginners
3y ago