README.md
# resulto
Resulto is a lightweight Erlang library for working with result types, implementing result monads for better error handling and chaining operations, based on the elegant Gleam's [result](https://hexdocs.pm/gleam_stdlib/gleam/result.html) module, with some extensions to support Erlang conventions.
Check the [docs](https://hexdocs.pm/resulto/).