README.md

# Lonely

Helpers to pipe through Results (`{:ok, a} | {:error, e}`).

Thanks to [Railway Oriented Programming in
Elixir](http://www.zohaib.me/railway-programming-pattern-in-elixir/) for the
inspiration.

You might want to check [some alternatives](https://hex.pm/packages?_utf8=%E2%9C%93&search=monad&sort=downloads) too.


## Installation

```elixir
def deps do
  [{:lonely, "~> 0.1.0"}]
end
```

## License

[MIT License](https://github.com/arnau/lonely/blob/master/LICENSE).