toastal / either

Elm Either

Home Page:http://package.elm-lang.org/packages/toastal/either/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Either

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.

Project & Community Notes

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.

License

This project is licensed under Apache License 2.0 (Apache-2.0) - LICENSE.txt file in this project for details.

Funding

If you want to make a small contribution to th maintenance of this & other projects.

Crowdfunding
Cryptocurrency

About

Elm Either

http://package.elm-lang.org/packages/toastal/either/latest

License:Apache License 2.0


Languages

Language:Elm 96.4%Language:Nix 3.6%