Lonely
Helpers to pipe through Results ({:ok, a} | {:error, e}
).
Thanks to Railway Oriented Programming in Elixir for the inspiration.
You might want to check some alternatives too.
Installation
def deps do
[{:lonely, "~> 0.1.0"}]
end
Helpers to pipe through Results ({:ok, a} | {:error, e}
).
Thanks to Railway Oriented Programming in Elixir for the inspiration.
You might want to check some alternatives too.
def deps do
[{:lonely, "~> 0.1.0"}]
end