A generic structure for a type with two possibilities: a Left a
or a Right b
.
An Either is right-biased, so most operations will be applied to the Right
—although many operations are provided for Left
as well.
This is similar to Result type in core, but is more generic.
If you’re looking for a data type to do error handling, you should use Result
instead.
This project is regrettably available on GitHub. The Elm community has tied itself to the closed-source, Microsoft-owned code forge of GitHub for package registry and identity. This does not protect the privacy or freedom of its community members.
This project is licensed under Apache License 2.0 (Apache-2.0) - LICENSE.txt
file in this project for details.
If you want to make a small contribution to th maintenance of this & other projects.
- Crowdfunding
- Liberapay: @toastal
- Cryptocurrency
- Bitcoin: 39nLVxrXPnD772dEqWFwfZZbfTv5BvV89y (BTC verified on Keybase)
- Zcash: t1a9pD1D2SDTTd7dbc15KnKsyYXtGcjHuZZ (ZEC verified on Keybase)